wallabyjs / public

Repository for Wallaby.js questions and issues
http://wallabyjs.com
759 stars 45 forks source link

IncompatibleClassChangeError in Webstorm when editing a json file #3125

Closed denizoguz closed 1 year ago

denizoguz commented 1 year ago

Issue description or question

This error occurs when adding a new entry to an internalization JSON file. Autocomplete automatically adds a trailing "," to the key:value pair, and this is causing the exception before I delete the trailing "," Popup is annoying.

java.lang.IncompatibleClassChangeError: Method 'com.intellij.openapi.fileEditor.ex.FileEditorProviderManager com.intellij.openapi.fileEditor.ex.FileEditorProviderManager.getInstance()' must be InterfaceMethodref constant
    at com.wallaby.javascript.execution.outputInspector.z.<init>(Unknown Source)
    at com.wallaby.javascript.execution.r.a(Unknown Source)
    at com.wallaby.javascript.WallabyController.av(Unknown Source)
    at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:209)
    at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:21)
    at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:191)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:813)
    at com.intellij.openapi.application.impl.ApplicationImpl$3.run(ApplicationImpl.java:429)
    at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:74)
    at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:114)
    at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:36)

Wallaby diagnostics report

The diagnostic report is causing the "Comment is too long" error. I have truncated some parts of it. I think you may also consider fixing this.

{
  editorVersion: 'WebStorm 2022.3',
  pluginVersion: '1.0.253',
  editorType: 'IntelliJ',
  osVersion: 'darwin 22.1.0',
  nodeVersion: 'v16.13.1',
  coreVersion: '1.0.1357',
  checksum: 'ZmU0YmI4OWQ2NDg4OGM4YjNhNWM5NTRiY2ExYzczY2QsMTcwMTMwMjQwMDAwMCww',
  config: {
    diagnostics: {
      jest: {
        config: {
          configs: [
            {
              automock: false,
              cache: true,
              cacheDirectory: '/private/var/folders/sb/fkxkthcd2gd5r3v14cl8mw8w0000gn/T/jest_dx',
              clearMocks: false,
              coveragePathIgnorePatterns: [ '/node_modules/' ],
              cwd: '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet',
              dependencyExtractor: undefined,
              detectLeaks: false,
              detectOpenHandles: false,
              displayName: undefined,
              errorOnDeprecated: false,
              extensionsToTreatAsEsm: [],
              extraGlobals: [],
              filter: undefined,
              forceCoverageMatch: [],
              globalSetup: undefined,
              globalTeardown: undefined,
              globals: {},
              haste: { computeSha1: false, enableSymlinks: false, forceNodeFilesystemAPI: false, throwOnModuleCollision: false },
              injectGlobals: true,
              moduleDirectories: [ 'node_modules' ],
              moduleFileExtensions: [
                'web.js',  'js',
                'web.ts',  'ts',
                'web.tsx', 'tsx',
                'json',    'web.jsx',
                'jsx',     'node'
              ],
              moduleLoader: undefined,
              moduleNameMapper: [ [ '^react-native$', 'react-native-web' ], [ '^.+\\.module\\.(css|sass|scss)$', 'identity-obj-proxy' ] ],
              modulePathIgnorePatterns: [],
              modulePaths: [],
              name: 'c01b96de444fe7e8ccd7d0604bda7fa8',
              prettierPath: 'prettier',
              resetMocks: true,
              resetModules: false,
              resolver: undefined,
              restoreMocks: false,
              rootDir: '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet',
              roots: [ '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/src' ],
              runner: '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/node_modules/jest-runner/build/index.js',
              setupFiles: [ '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/node_modules/react-app-polyfill/jsdom.js' ],
              setupFilesAfterEnv: [ '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/src/setupTests.ts' ],
              skipFilter: false,
              skipNodeResolution: undefined,
              slowTestThreshold: 5,
              snapshotFormat: undefined,
              snapshotResolver: undefined,
              snapshotSerializers: [],
              testEnvironment: '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/node_modules/jest-environment-jsdom/build/index.js',
              testEnvironmentOptions: {},
              testLocationInResults: false,
              testMatch: [
                '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/src/**/__tests__/**/*.{js,jsx,ts,tsx}',
                '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/src/**/*.{spec,test}.{js,jsx,ts,tsx}'
              ],
              testPathIgnorePatterns: [ '/node_modules/' ],
              testRegex: [],
              testRunner: '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/node_modules/jest-circus/runner.js',
              testURL: 'http://localhost',
              timers: 'real',
              transform: [
                [
                  '^.+\\.(js|jsx|mjs|cjs|ts|tsx)$',
                  '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/node_modules/react-scripts/config/jest/babelTransform.js',
                  {}
                ],
                [ '^.+\\.css$', '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/node_modules/react-scripts/config/jest/cssTransform.js', {} ],
                [
                  '^(?!.*\\.(js|jsx|mjs|cjs|ts|tsx|css|json)$)',
                  '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/node_modules/react-scripts/config/jest/fileTransform.js',
                  {}
                ]
              ],
              transformIgnorePatterns: [ '[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|cjs|ts|tsx)$', '^.+\\.module\\.(css|sass|scss)$' ],
              unmockedModulePathPatterns: undefined,
              watchPathIgnorePatterns: []
            }
          ],
          globalConfig: {
            bail: 0,
            changedFilesWithAncestor: false,
            changedSince: undefined,
            collectCoverage: false,
            collectCoverageFrom: [ 'src/**/*.{js,jsx,ts,tsx}', '!src/**/*.d.ts' ],
            collectCoverageOnlyFrom: undefined,
            coverageDirectory: '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/coverage',
            coverageProvider: 'babel',
            coverageReporters: [ 'json', 'text', 'lcov', 'clover' ],
            coverageThreshold: undefined,
            detectLeaks: false,
            detectOpenHandles: false,
            errorOnDeprecated: false,
            expand: false,
            filter: undefined,
            findRelatedTests: false,
            forceExit: false,
            globalSetup: undefined,
            globalTeardown: undefined,
            json: false,
            lastCommit: false,
            listTests: false,
            logHeapUsage: false,
            maxConcurrency: 5,
            maxWorkers: 9,
            noSCM: undefined,
            noStackTrace: false,
            nonFlagArgs: undefined,
            notify: false,
            notifyMode: 'failure-change',
            onlyChanged: false,
            onlyFailures: false,
            outputFile: undefined,
            passWithNoTests: false,
            projects: [],
            replname: undefined,
            reporters: undefined,
            rootDir: '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet',
            runTestsByPath: false,
            silent: undefined,
            skipFilter: false,
            snapshotFormat: undefined,
            testFailureExitCode: 1,
            testNamePattern: undefined,
            testPathPattern: '',
            testResultsProcessor: undefined,
            testSequencer: '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/node_modules/@jest/test-sequencer/build/index.js',
            testTimeout: undefined,
            updateSnapshot: 'new',
            useStderr: false,
            verbose: undefined,
            watch: false,
            watchAll: false,
            watchPlugins: [
              { config: {}, path: '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/node_modules/jest-watch-typeahead/filename.js' },
              { config: {}, path: '<homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/node_modules/jest-watch-typeahead/testname.js' }
            ],
            watchman: true
          },
          hasDeprecationWarnings: false,
          wallaby: {
            roots: [ 'src' ],
            watchPathIgnorePatterns: [ '/node_modules/', '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/', '/private/var/folders/sb/fkxkthcd2gd5r3v14cl8mw8w0000gn/T/jest_dx', '\\./coverage' ],
            testPathIgnorePatterns: [ '/node_modules/', '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/', '/private/var/folders/sb/fkxkthcd2gd5r3v14cl8mw8w0000gn/T/jest_dx', '\\./coverage' ],
            testMatch: [ 'src/**/__tests__/**/*.{js,jsx,ts,tsx}', 'src/**/*.{spec,test}.{js,jsx,ts,tsx}' ],
            testRegex: []
          }
        }
      }
    },
    testFramework: { version: 'jest@24.8.0', configurator: 'jest@24.8.0', reporter: 'jest@24.8.0', starter: 'jest@24.8.0', autoDetected: true },
    filesWithCoverageCalculated: [ 'src/**/*.{js,jsx,ts,tsx}', '!src/**/*.d.ts' ],
    filesWithNoCoverageCalculated: [],
    globalSetup: false,
    dot: true,
    files: [
      { pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true, file: true, test: true },
      {
        pattern: '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/',
        regexp: /\.\/dist\/|\.\/build\/|\.\/coverage\/|\.\/git\/|\/\..+\//,
        ignore: true,
        trigger: true,
        load: true,
        file: true,
        test: true
      },
      {
        pattern: '/private/var/folders/sb/fkxkthcd2gd5r3v14cl8mw8w0000gn/T/jest_dx',
        regexp: /\/private\/var\/folders\/sb\/fkxkthcd2gd5r3v14cl8mw8w0000gn\/T\/jest_dx/,
        ignore: true,
        trigger: true,
        load: true,
        file: true,
        test: true
      },
      { pattern: '\\./coverage', regexp: /\.\/coverage/, ignore: true, trigger: true, load: true, file: true, test: true },
      { pattern: '**/**', ignore: false, trigger: true, load: true, order: 1 },
      { pattern: 'src/**', ignore: false, trigger: true, load: true, order: 2 },
      { pattern: 'src/**/__tests__/**/*.{js,jsx,ts,tsx}', ignore: true, trigger: true, load: true, file: true },
      { pattern: 'src/**/*.{spec,test}.{js,jsx,ts,tsx}', ignore: true, trigger: true, load: true, file: true }
    ],
    tests: [
      { pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true, test: true, file: false },
      {
        pattern: '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/',
        regexp: /\.\/dist\/|\.\/build\/|\.\/coverage\/|\.\/git\/|\/\..+\//,
        ignore: true,
        trigger: true,
        load: true,
        test: true,
        file: false
      },
      {
        pattern: '/private/var/folders/sb/fkxkthcd2gd5r3v14cl8mw8w0000gn/T/jest_dx',
        regexp: /\/private\/var\/folders\/sb\/fkxkthcd2gd5r3v14cl8mw8w0000gn\/T\/jest_dx/,
        ignore: true,
        trigger: true,
        load: true,
        test: true,
        file: false
      },
      { pattern: '\\./coverage', regexp: /\.\/coverage/, ignore: true, trigger: true, load: true, test: true, file: false },
      { pattern: 'src/**/__tests__/**/*.{js,jsx,ts,tsx}', ignore: false, trigger: true, load: true, test: true, order: 3 },
      { pattern: 'src/**/*.{spec,test}.{js,jsx,ts,tsx}', ignore: false, trigger: true, load: true, test: true, order: 4 }
    ],
    runAllTestsInAffectedTestFile: false,
    updateNoMoreThanOneSnapshotPerTestFileRun: false,
    compilers: {},
    smartStart: [ { test: true, source: false, pattern: '**/*', startMode: 'open' }, { test: false, source: true, pattern: '**/*', startMode: 'edit' } ],
    logLimits: { inline: { depth: 5, elements: 5000 }, values: { default: { stringLength: 200 }, autoExpand: { elements: 5000, stringLength: 8192, depth: 10 } } },
    preprocessors: {},
    maxConsoleMessagesPerTest: 100,
    autoConsoleLog: true,
    delays: { run: 0, edit: 100, update: 0 },
    workers: { initial: 0, regular: 0, recycle: false },
    teardown: undefined,
    hints: {
      ignoreCoverage: '__REGEXP /ignore coverage|istanbul ignore/',
      ignoreCoverageForFile: '__REGEXP /ignore file coverage/',
      commentAutoLog: '?',
      testFileSelection: { include: '__REGEXP /file\\.only/', exclude: '__REGEXP /file\\.skip/' }
    },
    automaticTestFileSelection: true,
    runSelectedTestsOnly: true,
    mapConsoleMessagesStackTrace: false,
    extensions: {},
    env: {
      type: 'node',
      params: {},
      runner: '<homeDir>/.nvm/versions/node/v16.13.1/bin/node',
      viewportSize: { width: 800, height: 600 },
      options: { width: 800, height: 600 },
      bundle: true
    },
    reportUnhandledPromises: true,
    slowTestThreshold: 75,
    lowCoverageThreshold: 80,
    runAllTestsWhenNoAffectedTests: false,
    configCode: 'auto.detect#-1936765454',
    testLocations: [
      'src/worklog-rtk/slices/projects-slice.test.ts',
      'src/worklog-rtk/slices/settings-slice.test.ts',
      'src/worklog-rtk/slices/teams-slice.test.ts',
      'src/components/filter-by/filter-by-panel-popup.test.tsx'
    ]
  },
  packageJSON: {
    dependencies: {
      '@atlaskit/banner': '^11.6.2',
      '@atlaskit/button': '^16.3.7',
      '@atlaskit/checkbox': '^12.3.19',
      '@atlaskit/css-reset': '^6.3.14',
      '@atlaskit/datetime-picker': '^12.2.0',
      '@atlaskit/empty-state': '^7.4.0',
      '@atlaskit/form': '^8.5.8',
      '@atlaskit/icon': '^21.10.7',
      '@atlaskit/lozenge': '^11.2.1',
      '@atlaskit/page-header': '^10.3.2',
      '@atlaskit/pagination': '^14.2.0',
      '@atlaskit/popup': '^1.4.1',
      '@atlaskit/progress-bar': '^0.5.10',
      '@atlaskit/radio': '^5.4.0',
      '@atlaskit/section-message': '^6.2.0',
      '@atlaskit/select': '^15.7.0',
      '@atlaskit/spinner': '^15.1.15',
      '@atlaskit/textarea': '^4.3.9',
      '@atlaskit/textfield': '^5.2.0',
      '@atlaskit/toggle': '^12.5.0',
      '@atlaskit/tooltip': '^17.5.16',
      '@atlaskit/user-picker': '9.3.6',
      '@craco/craco': '^6.4.3',
      '@forge/bridge': '^2.4.0',
      '@forge/jira-bridge': '^0.8.0',
      '@reduxjs/toolkit': '^1.8.1',
      '@syncfusion/ej2-react-buttons': '^20.2.46',
      '@syncfusion/ej2-react-calendars': '^20.2.46',
      '@syncfusion/ej2-react-grids': '^20.2.48',
      '@syncfusion/ej2-react-popups': '^20.2.45',
      '@syncfusion/ej2-react-schedule': '^20.2.45',
      '@syncfusion/ej2-react-treegrid': '^20.2.46',
      '@types/jest': '^27.0.2',
      '@types/node': '^16.11.6',
      '@types/react': '^17.0.33',
      '@types/react-dom': '^17.0.10',
      'cldr-data': '^36.0.1',
      'date-fns': '^2.27.0',
      'date-fns-tz': '^1.1.6',
      'lodash.debounce': '^4.0.8',
      'md-to-adf': '^0.6.4',
      react: '^16.13.1',
      'react-dom': '^16.13.1',
      'react-intl': '^5.21.0',
      'react-redux': '^7.2.8',
      'react-router-dom': '^6.3.0',
      'styled-components': '^5.3.5',
      typescript: '^4.5.2'
    },
    devDependencies: {
      '@testing-library/dom': '^8.11.1',
      '@testing-library/jest-dom': '^5.15.1',
      '@testing-library/react': '^12.1.2',
      '@testing-library/user-event': '^14.1.0',
      '@types/lodash': '^4.14.181',
      '@welldone-software/why-did-you-render': '^7.0.1',
      'identity-obj-proxy': '^3.0.0',
      'jest-preview': '^0.3.1',
      'react-scripts': '5.0.1',
      'react-select-event': '^5.5.1',
      sass: '^1.45.0'
    }
  },
  fs: { numberOfFiles: 338 },
  debug: [
    '2022-12-13T13:58:11.133Z config Attempting automatic configuration for angular\n',
    '2022-12-13T13:58:11.135Z angular/cli config Angular CLI not found.\n',
    '2022-12-13T13:58:11.135Z config Finished attempting automatic configuration for angular (2ms)\n',
    '2022-12-13T13:58:11.135Z config Attempting automatic configuration for jest\n',
    '2022-12-13T13:58:11.297Z jest/config Detected Jest.\n',
    '2022-12-13T13:58:11.297Z jest/config Configured Jest.\n',
    '2022-12-13T13:58:11.297Z config Finished attempting automatic configuration for jest (162ms)\n',
    '2022-12-13T13:58:11.298Z project Wallaby Node version: v16.13.1\n',
    '2022-12-13T13:58:11.298Z project Wallaby config: <homeDir>/Development/Jira/Projects/WorklogPROCloud/customui/timesheet/auto.detect\n',
    '2022-12-13T13:58:11.308Z fs File system starting\n',
    '2022-12-13T13:58:11.372Z fs File system scan completed\n',
    '2022-12-13T13:58:11.386Z project File cache: <homeDir>/Library/Caches/JetBrains/WebStorm2022.3/wallaby/projects/bc7b7dfb94a67267\n',
    '2022-12-13T13:58:11.441Z uiService Listening port 51235\n',
    '2022-12-13T13:58:11.454Z workers Parallelism for initial run: 8, for regular run: 4\n',
    '2022-12-13T13:58:11.454Z workers Starting run worker instance #0\n',
    '2022-12-13T13:58:11.455Z workers Starting run worker instance #1\n',
    '2022-12-13T13:58:11.455Z workers Starting run worker instance #2\n',
    '2022-12-13T13:58:11.455Z workers Starting run worker instance #3\n',
    '2022-12-13T13:58:11.455Z workers Starting run worker instance #4\n',
    '2022-12-13T13:58:11.455Z workers Starting run worker instance #5\n',
    '2022-12-13T13:58:11.455Z workers Starting run worker instance #6\n',
    '2022-12-13T13:58:11.455Z workers Starting run worker instance #7\n',
    '2022-12-13T13:58:11.455Z workers Web server is listening at 55035\n',
    '2022-12-13T13:58:11.476Z project File cache requires some updates, waiting required files from IDE\n',
    '2022-12-13T13:58:11.492Z project Stopping process pool\n',
    '2022-12-13T13:58:11.493Z project Test run started; run priority: 3\n',
    '2022-12-13T13:58:11.495Z project Running all tests\n',
    '2022-12-13T13:58:11.497Z project Test run finished\n',
    '2022-12-13T13:58:11.497Z project Test run data re-queued\n',
    '2022-12-13T13:58:11.500Z project Requested to run all tests\n',
    '2022-12-13T13:58:11.500Z project Requested to run all tests\n',
    '2022-12-13T13:58:11.501Z project Requested to run all tests\n',
    '2022-12-13T13:58:11.501Z project Requested to run all tests\n',
    '2022-12-13T13:58:11.502Z project Test run started; run priority: 3\n',
    '2022-12-13T13:58:11.502Z project Running all tests\n',
    '2022-12-13T13:58:11.504Z workers Starting test run, priority: 3\n',
    '2022-12-13T13:58:11.504Z workers Distributing tests between 8 workers\n',
    '2022-12-13T13:58:11.505Z workers Running tests in parallel\n',
    '2022-12-13T13:58:11.505Z nodeRunner Starting sandbox [worker #0, session #s0k4n]\n',
    '2022-12-13T13:58:11.505Z nodeRunner Starting sandbox [worker #1, session #e6x10]\n',
    '2022-12-13T13:58:11.505Z nodeRunner Starting sandbox [worker #2, session #ew7ry]\n',
    '2022-12-13T13:58:11.505Z nodeRunner Starting sandbox [worker #3, session #rj4dw]\n',
    '2022-12-13T13:58:11.505Z nodeRunner Preparing sandbox [worker #0, session #s0k4n]\n',
    '2022-12-13T13:58:11.505Z nodeRunner Preparing sandbox [worker #1, session #e6x10]\n',
    '2022-12-13T13:58:11.505Z nodeRunner Preparing sandbox [worker #2, session #ew7ry]\n',
    '2022-12-13T13:58:11.505Z nodeRunner Preparing sandbox [worker #3, session #rj4dw]\n',
    '2022-12-13T13:58:11.569Z workers Started run worker instance (delayed) #0\n',
    '2022-12-13T13:58:11.569Z nodeRunner Prepared sandbox [worker #0, session #s0k4n]\n',
    '2022-12-13T13:58:11.569Z workers [worker #0, session #s0k4n] Running tests in sandbox\n',
    '2022-12-13T13:58:11.570Z workers Started run worker instance (delayed) #2\n',
    '2022-12-13T13:58:11.570Z nodeRunner Prepared sandbox [worker #2, session #ew7ry]\n',
    '2022-12-13T13:58:11.570Z workers [worker #2, session #ew7ry] Running tests in sandbox\n',
    '2022-12-13T13:58:11.576Z workers Started run worker instance (delayed) #1\n',
    '2022-12-13T13:58:11.576Z nodeRunner Prepared sandbox [worker #1, session #e6x10]\n',
    '2022-12-13T13:58:11.576Z workers [worker #1, session #e6x10] Running tests in sandbox\n',
    '2022-12-13T13:58:11.577Z workers Started run worker instance (delayed) #7\n',
    '2022-12-13T13:58:11.577Z workers Started run worker instance (delayed) #4\n',
    '2022-12-13T13:58:11.577Z workers Started run worker instance (delayed) #6\n',
    '2022-12-13T13:58:11.580Z workers Started run worker instance (delayed) #3\n',
    '2022-12-13T13:58:11.580Z nodeRunner Prepared sandbox [worker #3, session #rj4dw]\n',
    '2022-12-13T13:58:11.580Z workers [worker #3, session #rj4dw] Running tests in sandbox\n',
    '2022-12-13T13:58:11.582Z workers Started run worker instance (delayed) #5\n',
    '2022-12-13T13:58:13.154Z workers Scheduling Jest Test Run (rj4dw): 2022-12-13T13:58:11.872Z\n',
    '2022-12-13T13:58:13.158Z workers [rj4dw] Loaded unknown number of test(s)\n',
    '2022-12-13T13:58:13.158Z workers [rj4dw] Test executed: Should have empty initial state and should be loading by default\n',
    '2022-12-13T13:58:13.173Z workers [rj4dw] Run 1 test(s), skipped 0 test(s)\n',
    '2022-12-13T13:58:13.173Z workers Jest Test Run Complete (rj4dw): 2022-12-13T13:58:13.153Z\n',
    '2022-12-13T13:58:13.173Z workers [rj4dw] Sandbox is responsive, closing it\n',
    '2022-12-13T13:58:14.064Z workers Scheduling Jest Test Run (ew7ry): 2022-12-13T13:58:11.870Z\n',
    '2022-12-13T13:58:14.065Z workers [ew7ry] Loaded unknown number of test(s)\n',
    '2022-12-13T13:58:14.065Z workers Scheduling Jest Test Run (e6x10): 2022-12-13T13:58:11.870Z\n',
    '2022-12-13T13:58:14.065Z workers [ew7ry] Test executed: Should have loading state initially\n',
    '2022-12-13T13:58:14.065Z workers [e6x10] Loaded unknown number of test(s)\n',
    '2022-12-13T13:58:14.065Z workers [e6x10] Test executed: Should have empty state initially\n',
    '2022-12-13T13:58:14.130Z workers [ew7ry] Test executed: Should load server info\n',
    '2022-12-13T13:58:14.135Z workers [e6x10] Test executed: Should load projects\n',
    '2022-12-13T13:58:14.182Z workers [ew7ry] Test executed: Should load timetracking configuration\n',
    '2022-12-13T13:58:14.183Z workers [e6x10] Test executed: Should set error when project is not loaded\n',
    '2022-12-13T13:58:14.210Z workers [e6x10] Run 3 test(s), skipped 0 test(s)\n',
    '2022-12-13T13:58:14.210Z workers Jest Test Run Complete (e6x10): 2022-12-13T13:58:14.181Z\n',
    '2022-12-13T13:58:14.210Z workers [ew7ry] Run 3 test(s), skipped 0 test(s)\n',
    '2022-12-13T13:58:14.210Z workers Jest Test Run Complete (ew7ry): 2022-12-13T13:58:14.180Z\n',
    '2022-12-13T13:58:14.211Z workers [e6x10] Sandbox is responsive, closing it\n',
    '2022-12-13T13:58:14.211Z workers [ew7ry] Sandbox is responsive, closing it\n',
    '2022-12-13T13:58:14.654Z workers Scheduling Jest Test Run (s0k4n): 2022-12-13T13:58:11.871Z\n',
    '2022-12-13T13:58:14.746Z workers [s0k4n] Loaded unknown number of test(s)\n',
    '2022-12-13T13:58:14.766Z workers [s0k4n] Test executed: Should remove projects\n',
    '2022-12-13T13:58:14.871Z workers [s0k4n] Test executed: Should add projects\n',
    '2022-12-13T13:58:14.936Z workers [s0k4n] Test executed: Should remove user accounts\n',
    '2022-12-13T13:58:15.031Z workers [s0k4n] Test executed: Should add users\n',
    '2022-12-13T13:58:15.043Z workers [s0k4n] Run 4 test(s), skipped 0 test(s)\n',
    '2022-12-13T13:58:15.043Z workers Jest Test Run Complete (s0k4n): 2022-12-13T13:58:15.030Z\n',
    '2022-12-13T13:58:15.044Z workers [s0k4n] Sandbox is responsive, closing it\n',
    '2022-12-13T13:58:15.044Z workers Merging parallel test run results\n',
    '2022-12-13T13:58:15.048Z project Test run finished\n',
    '2022-12-13T13:58:15.048Z project Processed console.log entries\n',
    '2022-12-13T13:58:15.049Z project Processed loading sequences\n',
    '2022-12-13T13:58:15.049Z project Processed executed tests\n',
    '2022-12-13T13:58:15.060Z project Processed code coverage\n',
    '2022-12-13T13:58:15.131Z project Test run result processed and sent to IDE\n',
    '2022-12-13T13:58:17.092Z fs File changed in editor: src/components/filter-by/filter-by-panel-popup.test.tsx\n',
    '2022-12-13T13:58:17.098Z project Test run started; run priority: 2\n',
    '2022-12-13T13:58:17.098Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
    '2022-12-13T13:58:17.098Z testTask Running only selected or not excluded tests\n',
    '2022-12-13T13:58:17.100Z workers Starting test run, priority: 2\n',
    '2022-12-13T13:58:17.100Z nodeRunner Starting sandbox [worker #0, session #xcm9r]\n',
    '2022-12-13T13:58:17.100Z nodeRunner Preparing sandbox [worker #0, session #xcm9r]\n',
    '2022-12-13T13:58:17.100Z nodeRunner Prepared sandbox [worker #0, session #xcm9r]\n',
    '2022-12-13T13:58:17.100Z workers [worker #0, session #xcm9r] Running tests in sandbox\n',
    '2022-12-13T13:58:17.710Z fs File changed: src/components/filter-by/filter-by-panel-popup.test.tsx\n',
    '2022-12-13T13:58:17.711Z fs No changes detected for src/components/filter-by/filter-by-panel-popup.test.tsx\n',
    '2022-12-13T13:58:17.711Z extended-core File was not changed, but file markers may need to be synced\n',
    '2022-12-13T13:58:17.929Z workers Scheduling Jest Test Run (xcm9r): 2022-12-13T13:58:17.103Z\n',
    '2022-12-13T13:58:17.952Z workers [xcm9r] Loaded unknown number of test(s)\n',
    '2022-12-13T13:58:17.952Z workers [xcm9r] Test executed: Should remove projects\n',
    '2022-12-13T13:58:17.968Z workers [xcm9r] Run 1 test(s), skipped 0 test(s)\n',
    '2022-12-13T13:58:17.968Z workers Jest Test Run Complete (xcm9r): 2022-12-13T13:58:17.951Z\n',
    '2022-12-13T13:58:17.969Z workers [xcm9r] Sandbox is responsive, closing it\n',
    '2022-12-13T13:58:17.969Z project Test run finished\n',
    '2022-12-13T13:58:17.969Z project Processed console.log entries\n',
    '2022-12-13T13:58:17.969Z project Processed loading sequences\n',
    '2022-12-13T13:58:17.969Z project Processed executed tests\n',
    '2022-12-13T13:58:17.973Z project Processed code coverage\n',
    '2022-12-13T13:58:17.986Z project Test run result processed and sent to IDE\n',
    '2022-12-13T13:58:18.049Z fs No metadata for added file found: node_modules/.cache/jest-preview/index.html\n',
    '2022-12-13T13:58:18.209Z fs No metadata for added file found: node_modules/.cache/tsconfig.tsbuildinfo\n',
    '2022-12-13T13:58:19.260Z fs File changed in editor: src/components/filter-by/filter-by-panel-popup.test.tsx\n',
    '2022-12-13T13:58:19.265Z project Test run started; run priority: 2\n',
    '2022-12-13T14:01:16.913Z testTask Test files from affected: 0, from deleted or manually requested: 0, from recently changed: 1, from loaded by: 0, from failing: 0\n',
    '2022-12-13T14:01:16.913Z testTask Running only selected or not excluded tests\n',
    '2022-12-13T14:01:16.914Z workers Starting test run, priority: 2\n',
    '2022-12-13T14:01:16.914Z nodeRunner Starting sandbox [worker #0, session #7i0lc]\n',
    '2022-12-13T14:01:16.914Z nodeRunner Preparing sandbox [worker #0, session #7i0lc]\n',
    '2022-12-13T14:01:16.914Z nodeRunner Prepared sandbox [worker #0, session #7i0lc]\n',
    '2022-12-13T14:01:16.915Z workers [worker #0, session #7i0lc] Running tests in sandbox\n',
    '2022-12-13T14:01:17.056Z workers Scheduling Jest Test Run (7i0lc): 2022-12-13T14:01:16.916Z\n',
    '2022-12-13T14:01:17.056Z workers [7i0lc] Loaded unknown number of test(s)\n',
    '2022-12-13T14:01:17.056Z workers [7i0lc] Test executed: Should have empty initial state and should be loading by default\n',
    '2022-12-13T14:01:17.073Z workers [7i0lc] Run 1 test(s), skipped 0 test(s)\n',
    '2022-12-13T14:01:17.073Z workers Jest Test Run Complete (7i0lc): 2022-12-13T14:01:17.055Z\n',
    '2022-12-13T14:01:17.073Z workers [7i0lc] Sandbox is responsive, closing it\n',
    '2022-12-13T14:01:17.074Z project Test run finished\n',
    '2022-12-13T14:01:17.074Z project Processed console.log entries\n',
    '2022-12-13T14:01:17.074Z project Processed loading sequences\n',
    '2022-12-13T14:01:17.074Z project Processed executed tests\n',
    '2022-12-13T14:01:17.076Z project Processed code coverage\n',
    '2022-12-13T14:01:17.080Z project Test run result processed and sent to IDE\n',
    '2022-12-13T14:01:17.236Z fs File changed in editor: src/lang/en.json\n',
    '2022-12-13T14:01:17.241Z project Test run started; run priority: 2\n',
    '2022-12-13T14:01:17.241Z testTask Test files from affected: 0, from deleted or manually requested: 0, from recently changed: 1, from loaded by: 0, from failing: 0\n',
    '2022-12-13T14:01:17.241Z testTask Running only selected or not excluded tests\n',
    '2022-12-13T14:01:17.243Z workers Starting test run, priority: 2\n',
    '2022-12-13T14:01:17.243Z nodeRunner Starting sandbox [worker #0, session #ceamf]\n',
    '2022-12-13T14:01:17.243Z nodeRunner Preparing sandbox [worker #0, session #ceamf]\n',
    '2022-12-13T14:01:17.243Z nodeRunner Prepared sandbox [worker #0, session #ceamf]\n',
    '2022-12-13T14:01:17.243Z workers [worker #0, session #ceamf] Running tests in sandbox\n',
    '2022-12-13T14:01:17.391Z workers Scheduling Jest Test Run (ceamf): 2022-12-13T14:01:17.245Z\n',
    '2022-12-13T14:01:17.391Z workers [ceamf] Loaded unknown number of test(s)\n',
    '2022-12-13T14:01:17.391Z workers [ceamf] Test executed: Should have empty initial state and should be loading by default\n',
    '2022-12-13T14:01:17.401Z workers [ceamf] Run 1 test(s), skipped 0 test(s)\n',
    '2022-12-13T14:01:17.401Z workers Jest Test Run Complete (ceamf): 2022-12-13T14:01:17.390Z\n',
    '2022-12-13T14:01:17.401Z workers [ceamf] Sandbox is responsive, closing it\n',
    '2022-12-13T14:01:17.401Z project Test run finished\n',
    '2022-12-13T14:01:17.401Z project Processed console.log entries\n',
    '2022-12-13T14:01:17.401Z project Processed loading sequences\n',
    '2022-12-13T14:01:17.401Z project Processed executed tests\n',
    '2022-12-13T14:01:17.404Z project Processed code coverage\n',
    '2022-12-13T14:01:17.406Z project Test run result processed and sent to IDE\n',
    '2022-12-13T14:01:17.635Z fs File changed in editor: src/lang/en.json\n',
    '2022-12-13T14:01:17.640Z project Test run started; run priority: 2\n',
    '2022-12-13T14:01:17.640Z testTask Test files from affected: 0, from deleted or manually requested: 0, from recently changed: 1, from loaded by: 0, from failing: 0\n',
    '2022-12-13T14:01:17.640Z testTask Running only selected or not excluded tests\n',
    '2022-12-13T14:01:17.641Z workers Starting test run, priority: 2\n',
    '2022-12-13T14:01:17.641Z nodeRunner Starting sandbox [worker #0, session #mf20v]\n',
    '2022-12-13T14:01:17.641Z nodeRunner Preparing sandbox [worker #0, session #mf20v]\n',
    '2022-12-13T14:01:17.641Z nodeRunner Prepared sandbox [worker #0, session #mf20v]\n',
    '2022-12-13T14:01:17.641Z workers [worker #0, session #mf20v] Running tests in sandbox\n',
    '2022-12-13T14:01:17.803Z workers Scheduling Jest Test Run (mf20v): 2022-12-13T14:01:17.644Z\n',
    '2022-12-13T14:01:17.803Z workers [mf20v] Loaded unknown number of test(s)\n',
    '2022-12-13T14:01:17.804Z workers [mf20v] Test executed: Should have empty initial state and should be loading by default\n',
    '2022-12-13T14:01:17.822Z workers [mf20v] Run 1 test(s), skipped 0 test(s)\n',
    '2022-12-13T14:01:17.822Z workers Jest Test Run Complete (mf20v): 2022-12-13T14:01:17.802Z\n',
    '2022-12-13T14:01:17.823Z workers [mf20v] Sandbox is responsive, closing it\n',
    '2022-12-13T14:01:17.823Z project Test run finished\n',
    '2022-12-13T14:01:17.823Z project Processed console.log entries\n',
    '2022-12-13T14:01:17.823Z project Processed loading sequences\n',
    '2022-12-13T14:01:17.823Z project Processed executed tests\n',
    '2022-12-13T14:01:17.825Z project Processed code coverage\n',
    '2022-12-13T14:01:17.827Z project Test run result processed and sent to IDE\n',
    '2022-12-13T14:01:17.990Z fs File changed in editor: src/lang/en.json\n',
    '2022-12-13T14:01:17.993Z project Test run started; run priority: 2\n',
    '2022-12-13T14:01:17.993Z testTask Test files from affected: 0, from deleted or manually requested: 0, from recently changed: 1, from loaded by: 0, from failing: 0\n',
    '2022-12-13T14:01:17.993Z testTask Running only selected or not excluded tests\n',
    '2022-12-13T14:01:17.995Z workers Starting test run, priority: 2\n',
    '2022-12-13T14:01:17.995Z nodeRunner Starting sandbox [worker #0, session #hyjht]\n',
    '2022-12-13T14:01:17.995Z nodeRunner Preparing sandbox [worker #0, session #hyjht]\n',
    '2022-12-13T14:01:17.995Z nodeRunner Prepared sandbox [worker #0, session #hyjht]\n',
    '2022-12-13T14:01:17.995Z workers [worker #0, session #hyjht] Running tests in sandbox\n',
    '2022-12-13T14:01:18.148Z workers Scheduling Jest Test Run (hyjht): 2022-12-13T14:01:17.997Z\n',
    '2022-12-13T14:01:18.148Z workers [hyjht] Loaded unknown number of test(s)\n',
    '2022-12-13T14:01:18.148Z workers [hyjht] Test executed: Should have empty initial state and should be loading by default\n',
    '2022-12-13T14:01:18.158Z workers [hyjht] Run 1 test(s), skipped 0 test(s)\n',
    '2022-12-13T14:01:18.158Z workers Jest Test Run Complete (hyjht): 2022-12-13T14:01:18.147Z\n',
    '2022-12-13T14:01:18.158Z workers [hyjht] Sandbox is responsive, closing it\n',
    '2022-12-13T14:01:18.159Z project Test run finished\n',
    '2022-12-13T14:01:18.159Z project Processed console.log entries\n',
    '2022-12-13T14:01:18.159Z project Processed loading sequences\n',
    '2022-12-13T14:01:18.159Z project Processed executed tests\n',
    '2022-12-13T14:01:18.161Z project Processed code coverage\n',
    '2022-12-13T14:01:18.163Z project Test run result processed and sent to IDE\n',
    '2022-12-13T14:01:19.019Z fs File changed in editor: src/lang/en.json\n',
    '2022-12-13T14:01:19.022Z project Test run started; run priority: 2\n',
    '2022-12-13T14:01:19.022Z testTask Test files from affected: 0, from deleted or manually requested: 0, from recently changed: 1, from loaded by: 0, from failing: 0\n',
    '2022-12-13T14:01:19.022Z testTask Running only selected or not excluded tests\n',
    '2022-12-13T14:01:19.023Z workers Starting test run, priority: 2\n',
    '2022-12-13T14:01:19.023Z nodeRunner Starting sandbox [worker #0, session #jnbz0]\n',
    '2022-12-13T14:01:19.024Z nodeRunner Preparing sandbox [worker #0, session #jnbz0]\n',
    '2022-12-13T14:01:19.024Z nodeRunner Prepared sandbox [worker #0, session #jnbz0]\n',
    '2022-12-13T14:01:19.024Z workers [worker #0, session #jnbz0] Running tests in sandbox\n',
    '2022-12-13T14:01:19.181Z workers Scheduling Jest Test Run (jnbz0): 2022-12-13T14:01:19.025Z\n',
    '2022-12-13T14:01:19.181Z workers [jnbz0] Loaded unknown number of test(s)\n',
    '2022-12-13T14:01:19.182Z workers [jnbz0] Test executed: Should have empty initial state and should be loading by default\n',
    '2022-12-13T14:01:19.199Z workers [jnbz0] Run 1 test(s), skipped 0 test(s)\n',
    '2022-12-13T14:01:19.199Z workers Jest Test Run Complete (jnbz0): 2022-12-13T14:01:19.181Z\n',
    '2022-12-13T14:01:19.200Z workers [jnbz0] Sandbox is responsive, closing it\n',
    '2022-12-13T14:01:19.200Z project Test run finished\n',
    '2022-12-13T14:01:19.200Z project Processed console.log entries\n',
    '2022-12-13T14:01:19.200Z project Processed loading sequences\n',
    '2022-12-13T14:01:19.200Z project Processed executed tests\n',
    '2022-12-13T14:01:19.203Z project Processed code coverage\n',
    '2022-12-13T14:01:19.206Z project Test run result processed and sent to IDE\n',
    '2022-12-13T14:01:19.655Z fs File changed in editor: src/lang/en.json\n',
    '2022-12-13T14:01:19.659Z project Test run started; run priority: 2\n',
    '2022-12-13T14:01:19.659Z testTask Test files from affected: 0, from deleted or manually requested: 0, from recently changed: 1, from loaded by: 0, from failing: 0\n',
    '2022-12-13T14:01:19.659Z testTask Running only selected or not excluded tests\n',
    '2022-12-13T14:01:19.660Z workers Starting test run, priority: 2\n',
    '2022-12-13T14:01:19.660Z nodeRunner Starting sandbox [worker #0, session #pbnm8]\n',
    '2022-12-13T14:01:19.660Z nodeRunner Preparing sandbox [worker #0, session #pbnm8]\n',
    '2022-12-13T14:01:19.660Z nodeRunner Prepared sandbox [worker #0, session #pbnm8]\n',
    '2022-12-13T14:01:19.660Z workers [worker #0, session #pbnm8] Running tests in sandbox\n',
    '2022-12-13T14:01:19.806Z workers Scheduling Jest Test Run (pbnm8): 2022-12-13T14:01:19.662Z\n',
    '2022-12-13T14:01:19.806Z workers [pbnm8] Loaded unknown number of test(s)\n',
    '2022-12-13T14:01:19.806Z workers [pbnm8] Test executed: Should have empty initial state and should be loading by default\n',
    '2022-12-13T14:01:19.814Z workers [pbnm8] Run 1 test(s), skipped 0 test(s)\n',
    '2022-12-13T14:01:19.815Z workers Jest Test Run Complete (pbnm8): 2022-12-13T14:01:19.805Z\n',
    '2022-12-13T14:01:19.815Z workers [pbnm8] Sandbox is responsive, closing it\n',
    '2022-12-13T14:01:19.815Z project Test run finished\n',
    '2022-12-13T14:01:19.815Z project Processed console.log entries\n',
    '2022-12-13T14:01:19.815Z project Processed loading sequences\n',
    '2022-12-13T14:01:19.815Z project Processed executed tests\n',
    '2022-12-13T14:01:19.817Z project Processed code coverage\n',
    '2022-12-13T14:01:19.818Z project Test run result processed and sent to IDE\n',
    '2022-12-13T14:01:20.041Z fs File changed: src/lang/en.json\n',
    '2022-12-13T14:01:20.041Z fs No changes detected for src/lang/en.json\n',
    '2022-12-13T14:01:20.042Z extended-core File was not changed, but file markers may need to be synced\n',
    '2022-12-13T14:01:20.935Z fs File changed in editor: src/lang/en.json\n',
    '2022-12-13T14:01:20.939Z project Test run started; run priority: 2\n',
    '2022-12-13T14:01:20.939Z testTask Test files from affected: 0, from deleted or manually requested: 0, from recently changed: 1, from loaded by: 0, from failing: 0\n',
    '2022-12-13T14:01:20.939Z testTask Running only selected or not excluded tests\n',
    '2022-12-13T14:01:20.941Z workers Starting test run, priority: 2\n',
    '2022-12-13T14:01:20.941Z nodeRunner Starting sandbox [worker #0, session #afda6]\n',
    '2022-12-13T14:01:20.941Z nodeRunner Preparing sandbox [worker #0, session #afda6]\n',
    '2022-12-13T14:01:20.941Z nodeRunner Prepared sandbox [worker #0, session #afda6]\n',
    '2022-12-13T14:01:20.941Z workers [worker #0, session #afda6] Running tests in sandbox\n',
    '2022-12-13T14:01:21.082Z workers Scheduling Jest Test Run (afda6): 2022-12-13T14:01:20.943Z\n',
    '2022-12-13T14:01:21.083Z workers [afda6] Loaded unknown number of test(s)\n',
    '2022-12-13T14:01:21.083Z workers [afda6] Test executed: Should have empty initial state and should be loading by default\n',
    '2022-12-13T14:01:21.092Z workers [afda6] Run 1 test(s), skipped 0 test(s)\n',
    '2022-12-13T14:01:21.092Z workers Jest Test Run Complete (afda6): 2022-12-13T14:01:21.082Z\n',
    '2022-12-13T14:01:21.092Z workers [afda6] Sandbox is responsive, closing it\n',
    '2022-12-13T14:01:21.092Z project Test run finished\n',
    '2022-12-13T14:01:21.092Z project Processed console.log entries\n',
    '2022-12-13T14:01:21.092Z project Processed loading sequences\n',
    '2022-12-13T14:01:21.092Z project Processed executed tests\n',
    '2022-12-13T14:01:21.094Z project Processed code coverage\n',
    '2022-12-13T14:01:21.096Z project Test run result processed and sent to IDE\n',
    '2022-12-13T14:01:21.253Z fs File changed: src/lang/en.json\n',
    '2022-12-13T14:01:21.254Z fs No changes detected for src/lang/en.json\n',
    '2022-12-13T14:01:21.254Z extended-core File was not changed, but file markers may need to be synced\n',
    '2022-12-13T14:01:23.166Z fs No metadata for added file found: node_modules/.cache/default-development/48.pack_\n',
    '2022-12-13T14:01:23.266Z fs No metadata for added file found: node_modules/.cache/default-development/18.pack_\n',
    '2022-12-13T14:01:23.366Z fs File deleted: node_modules/.cache/default-development/48.pack_\n',
    '2022-12-13T14:01:23.366Z fs No metadata for deleted file found: node_modules/.cache/default-development/48.pack_\n',
    '2022-12-13T14:01:23.367Z fs File deleted: node_modules/.cache/default-development/18.pack_\n',
    '2022-12-13T14:01:23.367Z fs No metadata for deleted file found: node_modules/.cache/default-development/18.pack_\n',
    '2022-12-13T14:01:23.367Z fs No metadata for added file found: node_modules/.cache/default-development/index.pack\n',
    '2022-12-13T14:01:23.367Z fs No metadata for added file found: node_modules/.cache/default-development/index.pack.old\n',
    '2022-12-13T14:01:23.367Z fs File changed: node_modules/.cache/default-development/index.pack.old\n',
    '2022-12-13T14:01:23.367Z fs No metadata for changed file found: node_modules/.cache/default-development/index.pack.old\n',
    '2022-12-13T14:01:23.466Z fs No metadata for added file found: node_modules/.cache/default-development/47.pack\n',
    '2022-12-13T14:01:23.466Z fs File changed: node_modules/.cache/default-development/47.pack\n',
    '2022-12-13T14:01:23.466Z fs No metadata for changed file found: node_modules/.cache/default-development/47.pack\n',
    '2022-12-13T14:01:23.466Z fs No metadata for added file found: node_modules/.cache/default-development/18.pack\n',
    '2022-12-13T14:01:23.466Z fs File changed: node_modules/.cache/default-development/18.pack\n',
    '2022-12-13T14:01:23.466Z fs No metadata for changed file found: node_modules/.cache/default-development/18.pack\n',
    '2022-12-13T14:01:23.467Z fs No metadata for added file found: node_modules/.cache/default-development/48.pack\n',
    '2022-12-13T14:01:23.467Z fs File changed: node_modules/.cache/default-development/48.pack\n',
    '2022-12-13T14:01:23.467Z fs No metadata for changed file found: node_modules/.cache/default-development/48.pack\n',
    '2022-12-13T14:01:23.467Z fs File changed: node_modules/.cache/default-development/index.pack\n',
    '2022-12-13T14:01:23.467Z fs No metadata for changed file found: node_modules/.cache/default-development/index.pack\n'
  ]
}
smcenlly commented 1 year ago

We're not sure why you're getting this problem. It looks like a compiler vs. Java runtime error. We've updated to use the latest version of the Java 11 compiler and are hoping this fixes your problem.

Please update your Wallaby plugin for JetBrains editors to v1.0.255. If you still experience the problem, please let us know.

denizoguz commented 1 year ago

Hi, I'm using the 1.0.255 version now (restarted Webstorm). But I still get e the same IncompatibleClassChangeError when using the new version. Wallabyjs dianostic is truncated due to the character limit. I can email it to you if you need it.

Runtime version: 17.0.5+1-b653.14 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Build #WS-223.7571.168, built on November 28, 2022
{
  editorVersion: 'WebStorm 2022.3',
  pluginVersion: '1.0.255',
  editorType: 'IntelliJ',
  osVersion: 'darwin 22.1.0',
  nodeVersion: 'v16.13.1',
  coreVersion: '1.0.1357',
smcenlly commented 1 year ago

Thanks for the details, we've been able to reproduce the issue. We'll get back to you when we have a fix available.

smcenlly commented 1 year ago

The issue does not occur in previous versions of WebStorm. We believe that JetBrains team need to either resolve the issue or provide us with advice on how to resolve it. We have tried a few things (compiler settings, updating compiler, etc.) and still have the problem.

It also appears other plugins have the issue.

We've raised an issue with the JetBrains team that you can follow if you're interested. Once we hear back from them with a resolution, we'll update the issue here.

https://youtrack.jetbrains.com/issue/JBR-5125/Latest-version-of-runtime-breaks-previously-working-extension

smcenlly commented 1 year ago

We have found a workaround and applied it to the latest version of the Wallaby plugin for JetBrains editors. Please update to v1.0.257, it will fix your problem.