-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
could not open editor #814
Labels
closed-obsolete
Closed as the reported issue is no longer relevant
Comments
Added AssumedStale label. |
keertip
added
Type-Defect
closed-obsolete
Closed as the reported issue is no longer relevant
labels
Mar 6, 2012
copybara-service bot
pushed a commit
that referenced
this issue
Nov 27, 2023
…th, watcher Revisions updated by `dart tools/rev_sdk_deps.dart`. ecosystem (https://github.com/dart-lang/ecosystem/compare/dda7886..805ab4f): 805ab4f 2023-11-22 Moritz Add retries to `pub.dev/api/` calls (#199) 4cc2cb4 2023-11-20 Devon Carew add PR stats to the 'bin/report.dart weekly' command (#198) matcher (https://github.com/dart-lang/matcher/compare/3d03fa1..fcbd361): fcbd361 2023-11-21 Nate Bosch Add more advice away from predicate (#233) native (https://github.com/dart-lang/native/compare/5dca10e..0051e78): 0051e78d 2023-11-27 Hossein Yousefi Generate getters for `static final` strings (#825) de505461 2023-11-27 Liam Appelbe [ffigen] Update the ObjC and swift examples for the v10 code gen (#830) c371539d 2023-11-24 Simon Binder ffigen: Don't generate setters for constant globals (#828) 13b6b7e7 2023-11-24 Luke Rogers Fixed a typo in the warn if private log message. (#824) 9f29edc7 2023-11-21 Prerak Mann [ffigen] Add config `ignore-source-errors` (#810) 6dc1c84c 2023-11-21 Hossein Yousefi [infra] Add an issue template for jnigen (#820) 3153a354 2023-11-21 Hossein Yousefi [jnigen] Fix flaky tests (#814) 8d4a241c 2023-11-21 Daco Harkes [native_assets_cli] Add note to bump protocol version (#819) 6c6a3d6c 2023-11-21 Daco Harkes [infra] script to change deps to path dependencies (#817) 893433ee 2023-11-20 Daco Harkes [infra] Set `breaking-change` to false again (#816) 992a563f 2023-11-20 Daco Harkes [infra] Try to use `carryforward` (#815) 7d9fbf38 2023-11-20 Daco Harkes [infra] Try fix coveralls (#813) 44861422 2023-11-20 Hossein Yousefi [jnigen] Update links and paths to use dart-lang/native (#811) protobuf (https://github.com/dart-lang/protobuf/compare/dcec2ed..cf43230): cf43230 2023-11-23 Ömer Sinan Ağacan Update getList and getMap return types (#903) 4e0bdff 2023-11-23 Ömer Sinan Ağacan Make wrapped lists in PbList monomorphic (#902) sse (https://github.com/dart-lang/sse/compare/0f6ca11..1df63f2): 1df63f2 2023-11-21 Kevin Moore Fix incorrect cast causing wasm failure, prepare v4.1.4 (#96) test (https://github.com/dart-lang/test/compare/8ba0940..a0a4d1e): a0a4d1ee 2023-11-22 Kevin Moore Update to latest version of lints (#2140) vector_math (https://github.com/google/vector_math.dart/compare/294896d..e4066cc): e4066cc 2023-11-27 Lukas Klingsbo Some general Vector4 optimizations (#295) d340ab0 2023-11-27 Lukas Klingsbo Some general Vector3 optimizations (#294) 571d3d0 2023-11-25 Lukas Klingsbo fix: Revert Vector2 constructor changes (#304) watcher (https://github.com/dart-lang/watcher/compare/b2b278a..6ac67f1): 6ac67f1 2023-11-22 Danny Tuppeny Enable file watcher tests on Windows (#156) Change-Id: I0014566b05e852099bc4b82f854820e9d9992358 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/338423 Commit-Queue: Devon Carew <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Editor Feedback:
Could not open the editor: Factory com.google.dart.tools.ui.ExternalCompilationUnitEditorInputFactory returned null from createElement for editor id=com.google.dart.tools.ui.text.editor.CompilationUnitEditor name=KeyframeList.dart
org.eclipse.ui.PartInitException: Factory com.google.dart.tools.ui.ExternalCompilationUnitEditorInputFactory returned null from createElement for editor id=com.google.dart.tools.ui.text.editor.CompilationUnitEditor name=KeyframeList.dart
at org.eclipse.ui.internal.EditorReference.getRestoredInput(EditorReference.java:404)
at org.eclipse.ui.internal.EditorReference.getEditorInput(EditorReference.java:365)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:594)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:271)
at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1459)
at org.eclipse.ui.internal.EditorManager$5.runWithException(EditorManager.java:972)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3935)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3612)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1595)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3935)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3612)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.google.dart.tools.deploy.DartIDEApplication.start(DartIDEApplication.java:44)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
////////////////////////////////////////////////////////////////////////////////////
Editor Version: 2225.hackathon
OS: Mac OS X
////////////////////////////////////////////////////////////////////////////////////
e.internal.events.BuildManager.basicBuild(BuildManager.java:199)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:351)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:374)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:143)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!ENTRY com.google.dart.tools.core 1 0 2011-12-09 15:09:21.329
!MESSAGE INFO: Could not find file for source "file:${user.home}/dart/Kite/src/timeline/KeyframeList2.dart" (2): duplicate definition of KeyframeList
!STACK 0
java.lang.RuntimeException: Could not find file for source "file:${user.home}/dart/Kite/src/timeline/KeyframeList2.dart" (2): duplicate definition of KeyframeList
at com.google.dart.tools.core.internal.builder.CompilerListener.getResource(CompilerListener.java:149)
at com.google.dart.tools.core.internal.builder.CompilerListener.processError(CompilerListener.java:171)
at com.google.dart.tools.core.internal.builder.CompilerListener.onError(CompilerListener.java:78)
at com.google.dart.compiler.DartCompilerMainContext.onError(DartCompilerMainContext.java:62)
at com.google.dart.compiler.resolver.TopLevelElementBuilder.compilationError(TopLevelElementBuilder.java:94)
at com.google.dart.compiler.resolver.TopLevelElementBuilder.declare(TopLevelElementBuilder.java:105)
at com.google.dart.compiler.resolver.TopLevelElementBuilder.fillInUnitScope(TopLevelElementBuilder.java:86)
at com.google.dart.compiler.resolver.TopLevelElementBuilder.fillInLibraryScope(TopLevelElementBuilder.java:74)
at com.google.dart.compiler.DartCompiler$Compiler.buildLibraryScopes(DartCompiler.java:431)
at com.google.dart.compiler.DartCompiler$Compiler.updateAndResolve(DartCompiler.java:214)
at com.google.dart.compiler.DartCompiler$Compiler.compile(DartCompiler.java:169)
at com.google.dart.compiler.DartCompiler$Compiler.access$3(DartCompiler.java:166)
at com.google.dart.compiler.DartCompiler.compileLib(DartCompiler.java:1142)
at com.google.dart.compiler.DartCompiler.compileLib(DartCompiler.java:1118)
at com.google.dart.tools.core.utilities.compiler.DartCompilerUtilities.secureCompileLib(DartCompilerUtilities.java:787)
at com.google.dart.tools.core.internal.builder.DartBuilder.buildLibrary(DartBuilder.java:399)
at com.google.dart.tools.core.internal.builder.DartBuilder.buildAllApplications(DartBuilder.java:303)
at com.google.dart.tools.core.internal.builder.DartBuilder.build(DartBuilder.java:272)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:728)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:351)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:374)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:143)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!ENTRY org.eclipse.core.resources 4 2 2011-12-09 15:09:31.120
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
!STACK 0
java.lang.IllegalArgumentException: The URI "file:${user.home}/dart/Kite/src/timeline/Keyframe.dart" does not map to an existing resource.
at com.google.dart.tools.core.internal.model.CompilationUnitImpl.<init>(CompilationUnitImpl.java:865)
at com.google.dart.tools.core.internal.model.DartLibraryImpl.getCompilationUnit(DartLibraryImpl.java:312)
at com.google.dart.tools.core.internal.model.delta.DeltaProcessor.contentChanged_fileDirectives(DeltaProcessor.java:520)
at com.google.dart.tools.core.internal.model.delta.DeltaProcessor.contentChanged(DeltaProcessor.java:446)
at com.google.dart.tools.core.internal.model.delta.DeltaProcessor.updateCurrentDelta(DeltaProcessor.java:1461)
at com.google.dart.tools.core.internal.model.delta.DeltaProcessor.traverseDelta(DeltaProcessor.java:1362)
at com.google.dart.tools.core.internal.model.delta.DeltaProcessor.traverseDelta(DeltaProcessor.java:1384)
at com.google.dart.tools.core.internal.model.delta.DeltaProcessor.processResourceDelta(DeltaProcessor.java:1295)
at com.google.dart.tools.core.internal.model.delta.DeltaProcessor.resourceChanged(DeltaProcessor.java:335)
at com.google.dart.tools.core.internal.model.delta.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:317)
at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
!ENTRY com.google.dart.tools.core 4 0 2011-12-09 15:11:03.317
!MESSAGE Could not find compilation unit corresponding to file:${user.home}/dart/Kite/genfiles/ObjectHandles.dart (0 files found)
!ENTRY com.google.dart.tools.core 4 0 2011-12-09 15:11:03.321
!MESSAGE Could not find compilation unit corresponding to file:${user.home}/dart/Kite/genfiles/TimelineView.dart (0 files found)
!ENTRY com.google.dart.tools.core 4 0 2011-12-09 15:11:03.352
!MESSAGE Could not find compilation unit corresponding to file:${user.home}/dart/Kite/src/DesignElement.dart (0 files found)
!ENTRY com.google.dart.tools.core 4 0 2011-12-09 15:11:03.417
!MESSAGE Could not find compilation unit corresponding to file:${user.home}/dart/Kite/src/TimelineController.dart (0 files found)
!ENTRY com.google.dart.tools.core 4 0 2011-12-09 15:11:03.434
!MESSAGE Could not find compilation unit corresponding to file:${user.home}/dart/Kite/src/timeline/Keyframe.dart (0 files found)
!ENTRY com.google.dart.tools.core 4 0 2011-12-09 15:11:03.438
!MESSAGE Could not find compilation unit corresponding to file:${user.home}/dart/Kite/src/timeline/KeyframeList.dart (0 files found)
!ENTRY com.google.dart.tools.core 4 0 2011-12-09 15:11:03.468
!MESSAGE Could not find compilation unit corresponding to file:${user.home}/dart/Kite/src/timeline/ObjectList.dart (0 files found)
!ENTRY com.google.dart.tools.core 4 0 2011-12-09 15:11:03.475
!MESSAGE Could not find compilation unit corresponding to file:${user.home}/dart/Kite/src/timeline/ObjectMutator.dart (0 files found)
!ENTRY com.google.dart.tools.core 4 0 2011-12-09 15:11:03.478
!MESSAGE Could not find compilation unit corresponding to file:${user.home}/dart/Kite/src/timeline/ObjectProperties.dart (0 files found)
!ENTRY com.google.dart.tools.core 4 0 2011-12-09 15:11:03.482
!MESSAGE Could not find compilation unit corresponding to file:${user.home}/dart/Kite/src/timeline/PropertyFrame.dart (0 files found)
The text was updated successfully, but these errors were encountered: