issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
unknown
report_datetime
unknown
124,179
Bug 124179 [implementation] java.lang.Exception: New line delimiter added to new code: 13
I20060113-1200 + ZRH plugins from 20060116_1445 I found about 25 of these in the log (in a timespan of 140ms), but have no steps to reproduce. I was opening/comparing revisions from CVS at that time, but I can't tell which files. Internal Error java.lang.Exception: New line delimiter added to new code: 13 at org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter.validateLineDelimiters(DocumentAdapter.java:458) at org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter.setContents(DocumentAdapter.java:411) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider.createFakeCompiltationUnit(CompilationUnitDocumentProvider.java:951) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider.connect(CompilationUnitDocumentProvider.java:990) at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:3022) at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:173) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEditor.java:1464) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.internalDoSetInput(JavaEditor.java:2209) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.doSetInput(JavaEditor.java:2182) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.doSetInput(CompilationUnitEditor.java:1539) at org.eclipse.ui.texteditor.AbstractTextEditor$17.run(AbstractTextEditor.java:2374) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:360) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:305) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:631) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:628) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2168) at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:2392) at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2419) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:784) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:585) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:374) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:213) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2382) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2315) at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2307) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2293) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2288) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2265) at org.eclipse.team.internal.ccvs.ui.AnnotateView.getEditor(AnnotateView.java:328) at org.eclipse.team.internal.ccvs.ui.AnnotateView.openEditor(AnnotateView.java:306) at org.eclipse.team.internal.ccvs.ui.AnnotateView.showAnnotations(AnnotateView.java:138) at org.eclipse.team.internal.ccvs.ui.AnnotateView.showAnnotations(AnnotateView.java:99) at org.eclipse.team.internal.ccvs.ui.operations.ShowAnnotationOperation.showView(ShowAnnotationOperation.java:123) at org.eclipse.team.internal.ccvs.ui.operations.ShowAnnotationOperation$1.run(ShowAnnotationOperation.java:80) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3264) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2910) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1790) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1754) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:403) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:381) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
a8cda78
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/DocumentAdapter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-18T09:08:04Z"
"2006-01-17T17:46:40Z"
122,635
Bug 122635 [compiler pref page] Surface the 'Warning on assignments to parameters' new option into the user interface
null
resolved fixed
7144052
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-17T10:32:27Z"
"2006-01-04T15:53:20Z"
123,985
Bug 123985 [code templates] Code template preference page wrongly computes selection
I20060110-1026 Steps to reproduce: - Goto code template preference page - Select tree nodes "Code", "New Java files" and "Class body" - Press Export... -> File dialog with caption "Exporting 12 Code Template(s)" appears -> Caption should be "Export Templates" as in other places -> Only 10 templates should be exported
resolved fixed
bbe0a8b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-17T09:21:09Z"
"2006-01-16T16:46:40Z"
124,000
Bug 124000 SWTException: Invalid thread access, in OverviewRuler.redraw
build I20060110 + latest UI and Text from HEAD I saw the following in the log of my target eclipse, shortly after launching it. It had restored some Java editors from the previous session. Opening a Java editor after the IDE is up does not cause this. !ENTRY org.eclipse.core.runtime 4 2 2006-01-16 13:10:38.935 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3283) at org.eclipse.swt.SWT.error(SWT.java:3206) at org.eclipse.swt.SWT.error(SWT.java:3177) at org.eclipse.swt.widgets.Widget.error(Widget.java:427) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:323) at org.eclipse.swt.widgets.Control.internal_new_GC(Control.java:1176) at org.eclipse.swt.graphics.GC.<init>(GC.java:132) at org.eclipse.swt.graphics.GC.<init>(GC.java:99) at org.eclipse.jface.text.source.OverviewRuler.redraw(OverviewRuler.java:704) at org.eclipse.jface.text.source.OverviewRuler.access$1(OverviewRuler.java:698) at org.eclipse.jface.text.source.OverviewRuler$InternalListener.textChanged(OverviewRuler.java:81) at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2378) at org.eclipse.jface.text.TextViewer.invalidateTextPresentation(TextViewer.java:3007) at org.eclipse.ui.texteditor.AbstractTextEditor.handlePreferenceStoreChanged(AbstractTextEditor.java:3371) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.handlePreferenceStoreChanged(AbstractDecoratedTextEditor.java:1112) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.handlePreferenceStoreChanged(JavaEditor.java:2534) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.handlePreferenceStoreChanged(CompilationUnitEditor.java:1777) at org.eclipse.ui.texteditor.AbstractTextEditor$PropertyChangeListener.propertyChange(AbstractTextEditor.java:574) at org.eclipse.ui.texteditor.ChainedPreferenceStore.firePropertyChangeEvent(ChainedPreferenceStore.java:163) at org.eclipse.ui.texteditor.ChainedPreferenceStore.handlePropertyChangeEvent(ChainedPreferenceStore.java:430) at org.eclipse.ui.texteditor.ChainedPreferenceStore.access$0(ChainedPreferenceStore.java:407) at org.eclipse.ui.texteditor.ChainedPreferenceStore$PropertyChangeListener.propertyChange(ChainedPreferenceStore.java:68) at org.eclipse.jdt.internal.ui.text.PreferencesAdapter.firePropertyChangeEvent(PreferencesAdapter.java:105) at org.eclipse.jdt.internal.ui.text.PreferencesAdapter$PropertyChangeListener.propertyChange(PreferencesAdapter.java:41) at org.eclipse.core.runtime.Preferences$1.run(Preferences.java:519) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Preferences.firePropertyChangeEvent(Preferences.java:522) at org.eclipse.core.internal.preferences.PreferenceForwarder.preferenceChange(PreferenceForwarder.java:101) at org.eclipse.core.internal.preferences.EclipsePreferences$2.run(EclipsePreferences.java:746) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.internal.preferences.EclipsePreferences.firePreferenceEvent(EclipsePreferences.java:749) at org.eclipse.core.internal.preferences.EclipsePreferences.put(EclipsePreferences.java:762) at org.eclipse.jdt.internal.core.JavaModelManager.setOptions(JavaModelManager.java:3497) at org.eclipse.jdt.core.JavaCore.setOptions(JavaCore.java:4317) at org.eclipse.jdt.launching.JavaRuntime.detectDefaultVM(JavaRuntime.java:1618) at org.eclipse.jdt.launching.JavaRuntime.getDefaultVMInstall(JavaRuntime.java:444) at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:101) at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:51) at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:1741) at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:1171) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1467) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2144) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2052) at org.eclipse.jdt.internal.core.JavaProject.buildStructure(JavaProject.java:332) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:235) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:503) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:247) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:233) at org.eclipse.jdt.internal.core.JavaProject.getJavaProjectElementInfo(JavaProject.java:1618) at org.eclipse.jdt.internal.core.JavaProject.newNameLookup(JavaProject.java:2527) at org.eclipse.jdt.internal.core.SearchableEnvironment.<init>(SearchableEnvironment.java:60) at org.eclipse.jdt.internal.core.SearchableEnvironment.<init>(SearchableEnvironment.java:74) at org.eclipse.jdt.internal.core.CancelableNameEnvironment.<init>(CancelableNameEnvironment.java:26) at org.eclipse.jdt.internal.core.CompilationUnitProblemFinder.process(CompilationUnitProblemFinder.java:146) at org.eclipse.jdt.internal.core.CompilationUnitProblemFinder.process(CompilationUnitProblemFinder.java:227) at org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.makeConsistent(ReconcileWorkingCopyOperation.java:144) at org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.executeOperation(ReconcileWorkingCopyOperation.java:69) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:720) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:779) at org.eclipse.jdt.internal.core.CompilationUnit.reconcile(CompilationUnit.java:1100) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy$1.run(JavaReconcilingStrategy.java:97) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:82) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.initialReconcile(JavaReconcilingStrategy.java:172) at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.initialReconcile(CompositeReconcilingStrategy.java:114) at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.initialReconcile(JavaCompositeReconcilingStrategy.java:120) at org.eclipse.jface.text.reconciler.MonoReconciler.initialProcess(MonoReconciler.java:103) at org.eclipse.jdt.internal.ui.text.JavaReconciler.initialProcess(JavaReconciler.java:328) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:170)
resolved fixed
568491e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-17T08:52:28Z"
"2006-01-16T19:33:20Z"
123,786
Bug 123786 Following bug 109980, the compliance 6.0 should be added to the compiler's compliance list.
If the JRE/JDK used is a 1.6/6.0 VM, then the compliance 6.0 should be available. Compliance 1.6 implies source level 1.6 and target level 1.6.
resolved fixed
e329340
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportReferencesCollector.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathSupport.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-16T18:19:41Z"
"2006-01-13T16:33:20Z"
120,598
Bug 120598 Refactoring History JAR Export Wizard should allow (de-)selecting refactorings
I20051213-0010 It is currently not possible to deselect single refactorings from the history during the export of a JAR - only refactorings before a certain date can be excluded. I'd suggest adding the possibility of selecting/deselecting refactorings.
resolved fixed
27b9606
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackagePreviewPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarPackageData.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter3.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-16T17:28:06Z"
"2005-12-13T16:06:40Z"
120,560
Bug 120560 [implementation] Add logging of JME back when accessing Javadoc from attached Javadoc
I20051213-0010. Add logging of JME back when accessing Javadoc from attached Javadoc, see bug .
resolved fixed
aac9a86
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ProposalInfo.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-16T16:26:38Z"
"2005-12-13T13:20:00Z"
123,812
Bug 123812 Generate hashCode() and equals() calls super methods although they're abstract
HEAD Generate hashCode() and equals() calls super methods although they're abstract: abstract class Super { /** * MUST be reimplemented */ @Override public abstract boolean equals(Object obj); /** * MUST be reimplemented */ @Override public abstract int hashCode(); } class Sub extends Super { int field; //generate hashCode() and equals() here }
resolved fixed
254434e
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-16T11:08:43Z"
"2006-01-13T19:20:00Z"
123,825
Bug 123825 Compiler error in ViewSiteDecorator
I only caught this after committing a rather large set of changes. ViewSiteDecorator implements IViewSite, which is a violation of our API. IViewSite now extends (indirectly) IServiceLocator. This means ViewSiteDecorator needs to implement two new methods. public Object getService(Object key) { return fViewSite.getService(key); } public boolean hasService(Object key) { return false; } If the "Decorator" in ViewSiteDecorator refers to the decorator pattern, then you probably actually want: public boolean hasService(Object key) { return fViewSite.hasService(key); } I would rather not back out my change. Could someone please respond ASAP (if you happen to be working from home)? Thanks.
verified fixed
cd0ee9e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/ViewSiteDecorator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-13T21:00:23Z"
"2006-01-13T19:20:00Z"
123,468
Bug 123468 [clean up] 'add this qualifier' super.field becomes super.this.field
null
resolved fixed
4b7de97
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeStyleFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-12T16:41:00Z"
"2006-01-11T17:20:00Z"
123,424
Bug 123424 browsing perspective does not show some packages in hierarchical mode
null
resolved fixed
2083be6
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/browsing/PackagesViewContentProviderTests.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewHierarchicalContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NoPackageContainingFoldersFilter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-12T16:20:01Z"
"2006-01-11T14:33:20Z"
97,215
Bug 97215 [refactoring] Pull Up creates error when not deleting method and enable @Override errors
3.1-RC1 test pass - have two CUs, SuperType and SubType - configure errors such that a missing @Override annotation is an error - pull up a method from SubType to SuperType - choose not to delete the original method in SubType -> no warnings issued -> refactoring results in an error in SubType, as the method overrides the pulled up copy expected one of those two: - a non-fatal error is issued before completing the refactoring - the refactoring offers to adjust the code by adding the annotation
resolved fixed
5e7f003
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-11T17:23:57Z"
"2005-05-30T10:46:40Z"
114,551
Bug 114551 Push Down and Pull Up should respect preference for adding @Override
null
resolved fixed
63c7ab3
["org.eclipse.jdt.ui.tests.refactoring/resources/PushDown/test30/out/A.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-11T16:47:49Z"
"2005-11-01T15:46:40Z"
114,509
Bug 114509 [refactoring] Move instance method with generating delegates unnecessarily raises field visibility
null
resolved fixed
c7c2e99
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-11T16:04:03Z"
"2005-11-01T13:00:00Z"
65,240
Bug 65240 Hierarchical layout: Problems with inclusion filters [package explorer]
null
resolved fixed
df2093e
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageview/ContentProviderTests1.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageFragmentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-11T15:49:15Z"
"2004-06-02T09:53:20Z"
121,627
Bug 121627 [[code generation wizards] AddGetterSetterAction object should provide getter method for dialog result.
I have a scenario where multiple document edits are desired as part of a quick fix implementation: 1. Invoking AddGetterSetterAction.run() to offer the creation of Getter/Setter methods 2. If the above is not canceled, change the access modifier for a public field to private. Unfortunately, the AddGetterSetterAction has no private field which tracks the dialog result (e.g. Window.OK) ... As a work-around, the user can use edit-undo to back off the access modifier change after a cancel operation...
resolved fixed
7269abb
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-11T13:42:26Z"
"2005-12-20T20:20:00Z"
108,664
Bug 108664 AssertionFailedException when adding serial version UID to anonymous class
M20050831-1200 + ZRH plug-ins from 0902 - have the CU below - note the warning on the anonymous class about the missing serialVersionUID - execute the related quick fix - get the exception below - note: the same works when ArrayList is imported instead of qualified ---------- Anon.java ------------- package junit.framework; public class Anon { void test() { new java.util.ArrayList<Integer>() { }; } } ---------- Exception ------------------ !ENTRY org.eclipse.ui 4 0 2005-09-02 14:17:38.31 !MESSAGE assertion failed; !STACK 0 org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: assertion failed; at org.eclipse.jdt.internal.corext.Assert.isTrue(Assert.java:139) at org.eclipse.jdt.internal.corext.Assert.isTrue(Assert.java:124) at org.eclipse.jdt.internal.ui.text.correction.AbstractSerialVersionProposal.getRewrite(AbstractSerialVersionProposal.java:162) at org.eclipse.jdt.internal.ui.text.correction.ASTRewriteCorrectionProposal.addEdits(ASTRewriteCorrectionProposal.java:61) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.initializeTextChange(CUCorrectionProposal.java:141) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.performChange(CUCorrectionProposal.java:278) at org.eclipse.jdt.internal.ui.text.correction.LinkedCorrectionProposal.performChange(LinkedCorrectionProposal.java:231) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.apply(CUCorrectionProposal.java:309) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionProposalPopup.java:512) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.selectProposalWithMask(CompletionProposalPopup.java:458) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.verifyKey(CompletionProposalPopup.java:837) at org.eclipse.jface.text.contentassist.ContentAssistant$InternalListener.verifyKey(ContentAssistant.java:630) at org.eclipse.jface.text.TextViewer$VerifyKeyListenersManager.verifyKey(TextViewer.java:414) at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:55) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1045) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1030) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:900) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5122) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4857) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1045) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1030) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1057) at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:621) at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:1964) at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:560) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1365) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3442) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:4777) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1067) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1158) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2570) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
resolved fixed
057a1d1
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AbstractSerialVersionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionHashProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-11T12:14:16Z"
"2005-09-02T11:20:00Z"
107,826
Bug 107826 Serial version quick fix improvements [quick fix]
- Do not put everything on the user class path - Use only the standard output for result and error messages - Remove waitFor() - Read from stream until -1
resolved fixed
defab6f
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SerialVersionQuickFixTest.java", "org.eclipse.jdt.ui/serial", "support/org/eclipse/jdt/internal/ui/text/correction/SerialVersionComputer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionComputationHelper.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionDefaultProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionHashProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionLaunchConfigurationDelegate.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-11T11:51:24Z"
"2005-08-24T10:40:00Z"
123,233
Bug 123233 [build path] link source wizard creates invalid folder
20060110 - Open build paty > link source - enter a source folder name but leave the location empty - folder is created - Open the properties on the new folder -> NPE java.lang.NullPointerException at org.eclipse.core.internal.filesystem.InternalFileSystemCore.getFileSystem(InternalFileSystemCore.java:62) at org.eclipse.core.filesystem.EFS.getFileSystem(EFS.java:248) at org.eclipse.ui.internal.ide.dialogs.ResourceInfoPage.createStateGroup(ResourceInfoPage.java:428) at org.eclipse.ui.internal.ide.dialogs.ResourceInfoPage.createContents(ResourceInfoPage.java:251) at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:232) at org.eclipse.jface.preference.PreferenceDialog.createPageControl(PreferenceDialog.java:1371) at org.eclipse.jface.preference.PreferenceDialog$12.run(PreferenceDialog.java:1138) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1132) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:350) at org.eclipse.jface.preference.PreferenceDialog$8.selectionChanged(PreferenceDialog.java:638) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:802) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:800) at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1511) at org.eclipse.jface.preference.PreferenceDialog.selectSavedItem(PreferenceDialog.java:925) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.selectSavedItem(FilteredPreferenceDialog.java:393)
resolved fixed
bcc0bd8
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-10T13:50:27Z"
"2006-01-10T10:46:40Z"
123,224
Bug 123224 Deadlock starting Eclipse
M4 The VM dump: Full thread dump Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode): "ModalContext" prio=7 tid=0x0549eca0 nid=0xfd4 waiting on condition [0x0652f000..0x0652fd68] at java.lang.Thread.sleep(Native Method) at org.eclipse.core.internal.jobs.JobManager.join(JobManager.java:752) at org.eclipse.jdt.internal.ui.dialogs.TypeSelectionDialog2$1$ConsistencyRunnable.run(TypeSelectionDialog2.java:287) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) "Worker-9" prio=5 tid=0x05258ff0 nid=0xb84 in Object.wait() [0x04fef000..0x04fefae8] at java.lang.Object.wait(Native Method) - waiting on <0x11860318> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:173) - locked <0x11860318> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:205) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "MultiThreadedHttpConnectionManager cleanup" daemon prio=5 tid=0x053c1cf8 nid=0x84c in Object.wait() [0x0506f000..0x0506fbe8] at java.lang.Object.wait(Native Method) - waiting on <0x131fbe38> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116) - locked <0x131fbe38> (a java.lang.ref.ReferenceQueue$Lock) at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$ReferenceQueueThread.run(MultiThreadedHttpConnection Manager.java:1082) "Worker-8" prio=5 tid=0x053c8910 nid=0xbb4 in Object.wait() [0x0666f000..0x0666fc68] at java.lang.Object.wait(Native Method) - waiting on <0x142db408> (a org.eclipse.core.internal.jobs.Semaphore) at org.eclipse.core.internal.jobs.Semaphore.acquire(Semaphore.java:38) - locked <0x142db408> (a org.eclipse.core.internal.jobs.Semaphore) at org.eclipse.core.internal.jobs.JobManager.join(JobManager.java:680) at org.eclipse.core.internal.jobs.InternalJob.join(InternalJob.java:302) at org.eclipse.core.runtime.jobs.Job.join(Job.java:364) at org.eclipse.jdt.internal.corext.util.TypeInfoHistory$UpdateJob.run(TypeInfoHistory.java:174) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) "Thread-4" prio=5 tid=0x052e9670 nid=0xd80 runnable [0x0656f000..0x0656fa68] at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at com.jcraft.jsch.IO.getByte(Unknown Source) at com.jcraft.jsch.Session.read(Unknown Source) at com.jcraft.jsch.Session.run(Unknown Source) at java.lang.Thread.run(Thread.java:595) "Worker-7" prio=5 tid=0x05113e50 nid=0x8a4 runnable [0x064ef000..0x064efbe8] at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384) - locked <0x131cfc00> (a java.net.SocksSocketImpl) at java.net.ServerSocket.implAccept(ServerSocket.java:450) at java.net.ServerSocket.accept(ServerSocket.java:421) at com.ibm.magnolia.ui.internal.ResourceServer$1.run(ResourceServer.java:141) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) "Worker-6" prio=5 tid=0x0529a6e0 nid=0x858 waiting on condition [0x0644f000..0x0644fc68] at java.lang.Thread.sleep(Native Method) at org.eclipse.core.internal.jobs.JobManager.join(JobManager.java:752) at org.eclipse.jdt.internal.corext.util.TypeInfoHistory.checkConsistency(TypeInfoHistory.java:266) - locked <0x13663c38> (a org.eclipse.jdt.internal.corext.util.TypeInfoHistory) at org.eclipse.jdt.internal.ui.JavaPlugin.initializeAfterLoad(JavaPlugin.java:385) at org.eclipse.jdt.internal.ui.InitializeAfterLoadJob$RealJob.run(InitializeAfterLoadJob.java:36) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) "Worker-5" prio=5 tid=0x05234ab8 nid=0xc58 in Object.wait() [0x0640f000..0x0640fce8] at java.lang.Object.wait(Native Method) - waiting on <0x11860318> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:173) - locked <0x11860318> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:205) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "Worker-4" prio=5 tid=0x05234728 nid=0xd9c in Object.wait() [0x063cf000..0x063cfd68] at java.lang.Object.wait(Native Method) - waiting on <0x11860318> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:173) - locked <0x11860318> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:205) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "Worker-3" prio=5 tid=0x0510c780 nid=0xcec in Object.wait() [0x0638f000..0x0638f9e8] at java.lang.Object.wait(Native Method) - waiting on <0x11860318> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:173) - locked <0x11860318> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:205) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "Worker-2" prio=5 tid=0x052375f0 nid=0xd7c waiting for monitor entry [0x062cf000..0x062cfa68] at org.eclipse.jdt.internal.corext.util.TypeInfoHistory.clearUpdateJob(TypeInfoHistory.java) - waiting to lock <0x13663c38> (a org.eclipse.jdt.internal.corext.util.TypeInfoHistory) at org.eclipse.jdt.internal.corext.util.TypeInfoHistory.access$0(TypeInfoHistory.java:307) at org.eclipse.jdt.internal.corext.util.TypeInfoHistory$UpdateJob.run(TypeInfoHistory.java:183) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) "Worker-1" prio=5 tid=0x03858368 nid=0xd78 in Object.wait() [0x04c1f000..0x04c1fae8] at java.lang.Object.wait(Native Method) - waiting on <0x11860318> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:173) - locked <0x11860318> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:205) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon prio=2 tid=0x039cc740 nid=0xce4 in Object.wait() [0x0590f000..0x0590fb6 8] at java.lang.Object.wait(Native Method) - waiting on <0x12697750> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:176) - locked <0x12697750> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) "Java indexing" daemon prio=4 tid=0x0399b630 nid=0x780 in Object.wait() [0x0502f000..0x0502fbe8] at java.lang.Object.wait(Native Method) - waiting on <0x122e8eb8> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Object.wait(Object.java:474) at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobManager.java:349) - locked <0x122e8eb8> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Thread.run(Thread.java:595) "Worker-0" prio=5 tid=0x0342cd88 nid=0xca4 waiting for monitor entry [0x04bdf000..0x04bdfce8] at org.eclipse.jdt.internal.corext.util.TypeInfoHistory.markAsInconsistent(TypeInfoHistory.java) - waiting to lock <0x13663c38> (a org.eclipse.jdt.internal.corext.util.TypeInfoHistory) at org.eclipse.jdt.internal.corext.util.TypeInfoHistory$TypeHistoryDeltaListener.elementChanged(TypeInfoHistory.java:77) at org.eclipse.jdt.internal.core.DeltaProcessor$3.run(DeltaProcessor.java:1421) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.jdt.internal.core.DeltaProcessor.notifyListeners(DeltaProcessor.java:1411) at org.eclipse.jdt.internal.core.DeltaProcessor.firePostChangeDelta(DeltaProcessor.java:1259) at org.eclipse.jdt.internal.core.DeltaProcessor.fire(DeltaProcessor.java:1234) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:760) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1714) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3949) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:4123) at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:56) at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:1824) at org.eclipse.jdt.internal.core.JavaModelManager.initializeAllContainers(JavaModelManager.java:1784) at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:1163) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1442) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2144) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2052) at org.eclipse.jdt.internal.core.search.JavaSearchScope.add(JavaSearchScope.java:107) at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.initialize(JavaWorkspaceScope.java:84) at org.eclipse.jdt.internal.core.search.JavaSearchScope.<init>(JavaSearchScope.java:61) at org.eclipse.jdt.internal.core.search.JavaSearchScope.<init>(JavaSearchScope.java:57) at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.<init>(JavaWorkspaceScope.java:29) at org.eclipse.jdt.internal.core.JavaModelManager.getWorkspaceScope(JavaModelManager.java:1654) at org.eclipse.jdt.internal.core.search.BasicSearchEngine.createWorkspaceScope(BasicSearchEngine.java:155) at org.eclipse.jdt.core.search.SearchEngine.createWorkspaceScope(SearchEngine.java:392) at org.eclipse.jdt.internal.core.BinaryType.newTypeHierarchy(BinaryType.java:868) at org.eclipse.jdt.internal.core.BinaryType.newTypeHierarchy(BinaryType.java:888) at org.eclipse.jdt.internal.core.BinaryType.newTypeHierarchy(BinaryType.java:858) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyLifeCycle.createTypeHierarchy(TypeHierarchyLifeCycle.java:118) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyLifeCycle.doHierarchyRefresh(TypeHierarchyLifeCycle.java:157) - locked <0x1279b1b0> (a org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyLifeCycle) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart.doRestoreInBackground(TypeHierarchyViewPart.java:1505 ) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart.access$9(TypeHierarchyViewPart.java:1504) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart$15.run(TypeHierarchyViewPart.java:1490) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) "Start Level Event Dispatcher" daemon prio=5 tid=0x034607e8 nid=0xed0 in Object.wait() [0x0372f000..0x0372fd68] at java.lang.Object.wait(Native Method) - waiting on <0x1183be18> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at java.lang.Object.wait(Object.java:474) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:349) - locked <0x1183be18> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:287) "Framework Event Dispatcher" daemon prio=5 tid=0x03464cf0 nid=0xe70 in Object.wait() [0x036ef000..0x036ef9e8] at java.lang.Object.wait(Native Method) - waiting on <0x1183be80> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at java.lang.Object.wait(Object.java:474) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:349) - locked <0x1183be80> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:287) "State Data Manager" daemon prio=5 tid=0x0330bcc8 nid=0xa5c waiting on condition [0x036af000..0x036afa68] at java.lang.Thread.sleep(Native Method) at org.eclipse.osgi.framework.adaptor.core.StateManager.run(StateManager.java:332) at java.lang.Thread.run(Thread.java:595) "Low Memory Detector" daemon prio=5 tid=0x00ea2f40 nid=0xfd8 runnable [0x00000000..0x00000000] "CompilerThread0" daemon prio=10 tid=0x00e86698 nid=0x8f0 waiting on condition [0x00000000..0x035ef6cc] "Signal Dispatcher" daemon prio=10 tid=0x00e97de0 nid=0xf88 waiting on condition [0x00000000..0x00000000] "YJPAgent-CPUSampler" daemon prio=5 tid=0x00e6a718 nid=0xea0 runnable [0x00000000..0x00000000] "YJPAgent-RequestListener" daemon prio=2 tid=0x032b0448 nid=0x854 runnable [0x0352f000..0x0352fae8] at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384) - locked <0x117366b0> (a java.net.SocksSocketImpl) at java.net.ServerSocket.implAccept(ServerSocket.java:450) at java.net.ServerSocket.accept(ServerSocket.java:421) at com.yourkit.runtime.Core$1.run(Core.java:275) at java.lang.Thread.run(Thread.java:595) "YJPAgent-Telemetry" daemon prio=2 tid=0x00e98af0 nid=0xe7c waiting on condition [0x034ef000..0x034efb68] at java.lang.Thread.sleep(Native Method) at com.yourkit.runtime.telemetry.TelemetryThread.run(TelemetryThread.java:215) "Finalizer" daemon prio=9 tid=0x00e85598 nid=0xd84 in Object.wait() [0x032af000..0x032afa68] at java.lang.Object.wait(Native Method) - waiting on <0x11736840> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116) - locked <0x11736840> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) "Reference Handler" daemon prio=10 tid=0x00e38200 nid=0xf90 in Object.wait() [0x0326f000..0x0326fae8] at java.lang.Object.wait(Native Method) - waiting on <0x117368c0> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:474) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116) - locked <0x117368c0> (a java.lang.ref.Reference$Lock) "main" prio=7 tid=0x000372d0 nid=0x268 runnable [0x0007e000..0x0007fc40] at org.eclipse.swt.internal.win32.OS.WaitMessage(Native Method) at org.eclipse.swt.widgets.Display.sleep(Display.java:3673) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:157) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:317) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:453) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:261) at org.eclipse.ui.internal.progress.ProgressManager$3.run(ProgressManager.java:866) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.progress.ProgressManager.busyCursorWhile(ProgressManager.java:900) at org.eclipse.ui.internal.progress.ProgressManager.busyCursorWhile(ProgressManager.java:876) at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:1075) at org.eclipse.jdt.internal.ui.dialogs.TypeSelectionDialog2.ensureConsistency(TypeSelectionDialog2.java:331) at org.eclipse.jdt.internal.ui.dialogs.TypeSelectionDialog2.open(TypeSelectionDialog2.java:202) at org.eclipse.jdt.internal.ui.actions.OpenTypeAction.run(OpenTypeAction.java:57) at org.eclipse.jdt.internal.ui.actions.OpenTypeAction.run(OpenTypeAction.java:78) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223) at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:117) at org.eclipse.core.commands.Command.execute(Command.java:306) at org.eclipse.core.commands.ParameterizedCommand.execute(ParameterizedCommand.java:401) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:461) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:786) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:833) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:555) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:498) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:118) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:978) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:913) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:923) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:951) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:947) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1261) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3311) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3212) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3963) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1705) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2903) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1762) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1726) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:397) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) "VM Thread" prio=10 tid=0x00e80860 nid=0x1e0 runnable "VM Periodic Task Thread" prio=10 tid=0x00ebcd08 nid=0xbfc waiting on condition
verified fixed
0ed0a30
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeInfoHistory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-10T11:24:38Z"
"2006-01-10T10:46:40Z"
121,084
Bug 121084 [jar packager] Next and Finish buttons are disabled if project is selected by keyboard
Next button is not enabled if keyboard is use to select file. How to reproduce : 1. in a Java project, in Package Explorer make JRE System Library the current item 2. From keyboard select alt-f,o (export wizard) 3. On select pane, press Enter 4. On second pane, (the Finish and Next buttons are disabled), select a project using arrow key and space to select projet. --> Finish and Next buttons are still disabled... Workaround : - Use mouse to select project in second pane.
resolved fixed
b866d7f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-10T10:07:57Z"
"2005-12-15T18:06:40Z"
117,465
Bug 117465 [refactoring] [move] Moving method to another class incorrectly sets field visibility
Initial source: package test1; public class Test1 { public void methodToMove() {} private TestTarget target; public TestTarget getTestTarget() { return target; } } package test1; public class TestTarget {} package test2; import test1.Test1; public class Test2 { public Test2() { new Test1().methodToMove(); }} After moving method: package test1; public class Test1 { TestTarget target; public TestTarget getTestTarget() { return target; } } package test1; public class TestTarget { public void methodToMove() {} } package test2; import test1.Test1; public class Test2 { public Test2() { new Test1().target.methodToMove(); }} Test.target field should be public instead of friendly.
resolved fixed
879b498
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test34/in/Test1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test34/in/Test2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test34/in/TestTarget.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test34/out/Test1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test34/out/Test2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test34/out/TestTarget.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test35/in/Test1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test35/in/Test2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test35/in/TestTarget.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test35/out/Test1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test35/out/Test2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test35/out/TestTarget.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-10T10:05:22Z"
"2005-11-22T11:46:40Z"
68,011
Bug 68011 [java search] "Search the JRE System Libraries" looks like a local preference but behaves as a global one... [search]
null
resolved fixed
2badf9f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchDescription.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchQuery.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInHierarchyAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInProjectAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInWorkingSetAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindImplementorsInProjectAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindImplementorsInWorkingSetAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReadReferencesInProjectAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesInHierarchyAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesInProjectAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesInWorkingSetAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindWriteReferencesInProjectAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-10T08:26:46Z"
"2004-06-21T15:00:00Z"
121,018
Bug 121018 [add import] Organize import performance test
Write an organize import performance test.
resolved fixed
be978a2
["org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/OrganizeImportsPerfTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-09T15:42:08Z"
"2005-12-15T09:46:40Z"
121,060
Bug 121060 [quick fix] IllegalStateException after changing type of enum constant
Version: 3.2.0 Build id: I20051214-2000 Having: public class P { enum E {ONE} int m(int i) { return E.ONE; } } A quick fix is offered to change the type of ONE to int. Executing the qf results in: java.lang.IllegalStateException: must specify at least one linked position at org.eclipse.jface.text.link.LinkedModeModel.enforceNotEmpty(LinkedModeModel.java:528) at org.eclipse.jface.text.link.LinkedModeModel.install(LinkedModeModel.java:481) at org.eclipse.jface.text.link.LinkedModeModel.forceInstall(LinkedModeModel.java:438) at org.eclipse.jdt.internal.ui.text.correction.LinkedCorrectionProposal.enterLinkedMode(LinkedCorrectionProposal.java:290) at org.eclipse.jdt.internal.ui.text.correction.LinkedCorrectionProposal.performChange(LinkedCorrectionProposal.java:239) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.apply(CUCorrectionProposal.java:230) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionProposalPopup.java:687) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertSelectedProposalWithMask(CompletionProposalPopup.java:633) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.verifyKey(CompletionProposalPopup.java:1041) at org.eclipse.jface.text.contentassist.ContentAssistant$InternalListener.verifyKey(ContentAssistant.java:639) at org.eclipse.jface.text.TextViewer$VerifyKeyListenersManager.verifyKey(TextViewer.java:415) at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:60) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:914) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:923) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:695) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5087) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4829) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:914) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:923) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:951) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:947) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1261) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3311) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3212) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3963) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1705) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2903) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1762) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1726) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:397) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
cdb1997
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/TypeMismatchQuickFixTests.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeMismatchSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-09T13:59:48Z"
"2005-12-15T15:20:00Z"
123,084
Bug 123084 [quick fix] Add unimplemented method does not resolve name clash
Version: 3.2.0 Build id: I20060105-0800 Having: package test; public class Class {} package test; public interface IT { public void foo(java.lang.Class clazz); } package test; public class Test implements IT {} And applaying add unimplementd methods on Test results in: package test; public class Test implements IT { public void foo(Class clazz) {} } Should be: package test; public class Test implements IT { public void foo(java.lang.Class clazz) {} }
resolved fixed
784c957
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ContextSensitiveImportRewriteContext.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-09T13:29:50Z"
"2006-01-09T09:46:40Z"
122,490
Bug 122490 Wrong visibility update in Move Static Method
Build id: I20051220-0800 Having: ------------------------ package aa; public class Bug { private static String NAME= "N"; private static String getNAME() { // move to b.Target return NAME; } // public boolean isName(String n) { // uncommenting solves a), but not b) // return getNAME().equals(n); // } } ------------------------ package b; public class Target { } ------------------------ When moving: - warning message: will chng vis. of Bug.getNAME() to public - but: a) does not make Target.getNAME() public b) makes Bug.NAME public without telling
resolved fixed
72b823b
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test60/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test60/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test60/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test60/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test61/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test61/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test61/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test61/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveMembersTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-09T12:04:20Z"
"2006-01-03T09:20:00Z"
121,428
Bug 121428 [import rewrite] organize imports removes header comments
null
resolved fixed
081194f
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportRewriteComputer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-09T11:50:54Z"
"2005-12-19T16:33:20Z"
120,850
Bug 120850 Import Jar with refactoring history: after import, jar should have new name
I20051214-0010 - export project JUnit to junit1.jar - copy junit1.jar into another project and add to build path - apply some refactorings to JUnit, then export with history to junit2.jar - import junit2.jar with Jar import wizard and choose to update junit1.jar => junit2.jar is copied into the project, but changes its name to junit1.jar. I would expect that the name of a jar is not changed, since it may contain version information which would be wrong after renaming. Rather, the classpath should be updated to the new name. Maybe, we even need a refactoring 'Rename Jar', which would also inform participants about the name change.
resolved fixed
a705095
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportData.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-09T11:49:49Z"
"2005-12-14T11:33:20Z"
121,040
Bug 121040 Patch for API changes in Team
I have cleaned up some API a bit which resulted in a change in a JDT class. I will attahc a patch that swithes to using a new method name.
resolved fixed
7ed7b25
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaCompareAdapter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationLabelProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-09T11:48:16Z"
"2005-12-15T15:20:00Z"
122,906
Bug 122906 [quick fix] add unimplemented method does not consider name conflicts
Version: 3.2.0 Build id: I20060105-0800 Having: package ibm.util; public class Properties {} package ibm.util; import java.util.Properties; public interface F { public void b(Properties p); public void g(ibm.util.Properties p); } package ibm.util; public class Test implements F { } Then applying quick fix 'add unimplemented methods' results in: package ibm.util; import java.util.Properties; public class Test implements F { public void b(Properties p) {} public void g(Properties p) {} } But should be: package ibm.util; import java.util.Properties; public class Test implements F { public void b(Properties p) {} public void g(ibm.util.Properties p) {} } or: package ibm.util; import ibm.util.Properties; public class Test implements F { public void b(java.util.Properties p) {} public void g(Properties p) {} }
resolved fixed
3bf4e6d
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/AddImportTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedMethodsOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ContextSensitiveImportRewriteContext.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/AbstractFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnimplementedMethodsCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-06T14:59:05Z"
"2006-01-06T15:06:40Z"
120,528
Bug 120528 [clean up] inside editor behaves unexpected
Build id: I20051213-0010 Invoking Context Menu > Source > Clean Up... inside a java editor currently does nothing (no dialog, no error message). We should either assume the enclosing cu as a selection or disable the action.
resolved fixed
03f74e4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CleanUpAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-06T13:37:16Z"
"2005-12-13T10:33:20Z"
118,031
Bug 118031 [clean up] Add @Override and @Deprecated only for 5.0 projects
20051125 I selected a compilation unit to process in a 1.4 project. Clean up has 'add @Override and @Deprecated' on by default. Would be better if it is unchecked or even disabled
resolved fixed
4c19aa9
["org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/CleanUpPerfTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AbstractCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ICleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/Java50CleanUp.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-06T12:02:00Z"
"2005-11-25T12:00:00Z"
121,862
Bug 121862 [clean up][infrastructure] Do not reference compare IJavaElements in CleanUpRefactoring
Just had a look at your code (CleanUpRefactoring). I noticed that your trying to compare Java element handles using == or !=. This might work for some particular cases but in general Java element handles must never be compared using reference equality. Handles are not unique objects, and there are several different handles denoting the same object. Always use xxx.equals(yyy).
resolved fixed
b64128a
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-06T11:08:31Z"
"2005-12-22T08:26:40Z"
114,732
Bug 114732 [clean up] Activating clean up via Ctrl+Enter gives wrong wizard message
I20051102-0010 - have code: private void mm() {} private void mm2() {} - invoke quick fix on mm() to remove the unused private method - start the clean up with Ctrl+Enter => The Clean Up dialog message is: "Select compilation units on which you want to apply the cleanups. You can select individual cleanups on the next page." Expected: Select compilation units on which you want to apply the 'Remove unused private methods' cleanups.
resolved fixed
25a60f5
["org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/CleanUpPerfTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AbstractCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CodeStyleCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ICleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/Java50CleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StringCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnusedCodeCleanUp.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-06T10:45:33Z"
"2005-11-02T11:13:20Z"
122,731
Bug 122731 [build path] Variable value not updated in source tabe
Version: 3.2.0 Build id: I20060103-0800 Open projects build path property page, library tab. Add folder variable MY_VAR. Add folder variable MY_VAR. Edit path from one of the two variable entries. Only the edited one is updated, the other one remains unchanged. Close the properties by clicking ok and reopen it. Now both variables are referencing the same folder.
resolved fixed
8daa566
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-06T10:04:38Z"
"2006-01-05T08:33:20Z"
97,429
Bug 97429 [build path] Native library attribute should be available on the container as well
RC1 Why don't we have a native library attribute for class path containers ?
resolved fixed
e140396
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NativeLibrariesPropertyPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-05T17:26:59Z"
"2005-05-31T11:46:40Z"
94,265
Bug 94265 [build path] native library configuration should also be possible via JAR properties
I20050510-0010 native library configuration should also be possible via JAR properties
resolved fixed
e4b3b74
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NativeLibrariesConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NativeLibrariesPropertyPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/NativeLibrariesDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-05T16:29:24Z"
"2005-05-10T10:13:20Z"
96,917
Bug 96917 [implementation] If two editors use the 2.x-compatible API, one or both doesn't work
At least one problem is that 3.0 installs partitioners for every editor that might possibly edit a file, but each editor expects its own partitioner to be installed. Leading to the famous white screen with blue line.
resolved fixed
82f78b7
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/SynchronizedLineDifferInitializationTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/DocumentAdapter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaDocumentFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/PartiallySynchronizedDocument.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-05T14:56:11Z"
"2005-05-27T07:46:40Z"
54,900
Bug 54900 [rulers] Java Editor does not show ruler on external Java files
null
resolved fixed
e210b9e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-05T13:18:02Z"
"2004-03-15T22:33:20Z"
100,487
Bug 100487 [build path] Build Path variables not updated after "Configure Variables" used
Please note this is NOT a duplicate of 82850. Updating a classpath variable from the project's Java Build Path does not reflect a change as expected. Steps to reproduce: 1. Open Project Properties page, and choose Java Build Path. 2. Select the Libraries tab, and click "Add Variable". 3. Note the list of variables shown, and click "Configure Variables". The Classpath Variables dialog is shown. 4. Edit the value of an existing variable for a folder path. Note that the updated value now appears on the Classpath Variables dialog. 5. Click OK. Eclipse will ask you if you want to do a full rebuild. Say "Yes". 6. You are returned to the "Add Variable" dialog. Note that the old values for the variables still appear. Any attempt to "Extend" the changed variable will result in an incorrect path. 7. Close the Variable Extension dialog. Close the "Add Variable" dialog. 8. Click "Add Variable" button again from the Project Properties screen. 9. Note that the new value for the variable is now correctly displayed. This is frustrating since it often means that after editing a variable value, one gets almost to the point of using it only to discover that a good portion of the process now has to be scraped and repeated. Having the new variable values reflected in the list after "Configure Variables" has been clicked would be really helpful.
resolved fixed
ccb2893
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-05T11:14:43Z"
"2005-06-16T22:13:20Z"
119,849
Bug 119849 Open Type's Window Working Sets setting isn't remembered
Using the the build "I20051206-1200" the "Open Type" dialog doesn't remember the setting "Window Working Sets" for the "Select Working Sets..." option. The other settings are remembered :/ Example: I have a clean workspace, create two projects (A and B, w/ one class each: A and B), assign to two working sets (one containing A, on B) , select project "A" as window working set, selct "Open Type", select "Window Working Sets" in "Select Working Set..." - everything is fine. I close the "Open Type" dialog, reopen it, and the setting is back to "No Working Sets"
resolved fixed
07c8480
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionComponent.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-05T10:00:31Z"
"2005-12-08T11:06:40Z"
122,319
Bug 122319 [working sets] JME while trying to delete missing project
1. Create plugin project 2. Add it to some project set; enable working sets view in project explorer (optional?) 3. Launch runtime workbench 4. Import this project in runtime workspace; do not copy 5. Add it to some project set as on step 2 only in runtime workbench 6. Close runtime workbench 7. Delete project with contents 8. Relaunch runtime workbench => Project is closed; internal errors are in log whenever I click on the project; it's not possible to delete it; the only way to get rid of it is to remove it from project set. Java Model Exception: Java Model Status [org.eclipse.gmf.graphdef.draw2dx.editor does not exist] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:478) at org.eclipse.jdt.internal.core.JavaProject.buildStructure(JavaProject.java:328) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:235) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:498) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:242) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:228) at org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaElement.java:183) at org.eclipse.jdt.internal.core.JavaProject.getPackageFragmentRoots(JavaProject.java:1811) at org.eclipse.jdt.internal.corext.refactoring.RefactoringAvailabilityTester.isInferTypeArgumentsAvailable(RefactoringAvailabilityTester.java:381) at org.eclipse.jdt.internal.corext.refactoring.RefactoringAvailabilityTester.isInferTypeArgumentsAvailable(RefactoringAvailabilityTester.java:408) at org.eclipse.jdt.ui.actions.InferTypeArgumentsAction.selectionChanged(InferTypeArgumentsAction.java:97) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchSelectionChanged(SelectionDispatchAction.java:237) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.selectionChanged(SelectionDispatchAction.java:232) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1784) at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1027) at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1053) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:210) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:205) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:365) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:914) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3285) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2905) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1762) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1726) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:397) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
9d43918
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetUpdater.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-05T09:58:41Z"
"2005-12-29T12:40:00Z"
120,864
Bug 120864 [quick fix] Rename type to A.B' fails in compilation unit with non-java name
null
resolved fixed
1600046
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectMainTypeNameProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-04T17:57:59Z"
"2005-12-14T14:20:00Z"
120,851
Bug 120851 NewTypeWizardPage doesnt add imports of contributed type content
Extending on the NewTypeWizardPage and wanting to provide my own content for the type, I overrode 'constructCUContent(cu, typeContent, delimiter)' and passed in the typeContent which included the correct imports. Even though the correct imports were passed in, the ImportsManager doesnt add them finally to the document. How does one add imports to the provided content?
resolved fixed
3141049
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-04T17:56:05Z"
"2005-12-14T11:33:20Z"
120,831
Bug 120831 [javadoc] Open External Javadoc fails for nested binary types
null
resolved fixed
22b4181
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-04T17:49:45Z"
"2005-12-14T08:46:40Z"
120,673
Bug 120673 [hierarchy] on anonymous interface does not include focus type
I20051213-0010, same in 3.1 The type hierarchies on new Cloneable(){} and new Object(){} do not include the anonymous type itself. IMO, the focus type should always be shown in the hierarchy. Supertype hierarchy is fine. class Type { void m() { new Cloneable() {}; // Type Hier. is only Object new Object() {}; // Type Hier. is only Object new Thread() {}; // Type Hier. is fine } }
resolved fixed
b1b6c27
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/SubTypeHierarchyViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TraditionalHierarchyViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-04T17:34:50Z"
"2005-12-13T18:53:20Z"
120,389
Bug 120389 [quick fix] replace conditional with if-else removes + from +=
Using Build I20051102-1600. I create a class [snip] package bla; class Bla { void bla() { boolean cond = true; int i = 42; i += ( cond ) ? 1 : 2; } } [snap] Now I move the cursor over the second cond and trigger the Quickfix 'Replace conditional with if-else'. This results in [snip] int i = 42; if (cond) i = 1; else i = 2; [snap] i.e. replaces the '+=' with '='. (Credit to Jordi Boehme for finding this.)
resolved fixed
c8ee64a
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-04T17:32:14Z"
"2005-12-12T17:53:20Z"
122,619
Bug 122619 InferTypeArgumentsAction.selectionChanged logs closed project
null
resolved fixed
445419b
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddJavaDocStubAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-04T14:46:19Z"
"2006-01-04T13:06:40Z"
122,505
Bug 122505 [build path] Can't exclude folder if exclusion pattern disabled on project/workspace level
Version: 3.2.0 Build id: I20051220-0800 Create project with inclusion and exclusion patters disabled and no seperate src and output folder. On build path menu select 'New Source Folder' The wizard shows the error: Cannot nest 'P03/src' inside 'P03'. To enable the nesting exclude 'src/' from 'P03' But the check box is disabled (which is correct). The error should say something else.
resolved fixed
bd6296f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-04T12:10:41Z"
"2006-01-03T12:06:40Z"
122,176
Bug 122176 Invalid project description when creating new project in default location when using NewJavaProjectWizardPage
When installing Parasoft Jtest 7.5 into Eclipse 3.2 M4, File > New > Jtest Example Project doesn't work when using the default location. I will attach a stack trace. This feature works in Eclipse 3.1.1, and I believe it also worked in Eclispe 3.2 M3. I've only tested it so far on Windows XP SP2. I've identified the problem in BuildPathsBlock.createProject(...): public static void createProject(IProject project, URI locationURI, IProgressMonitor monitor) throws CoreException { ... IProjectDescription desc= project.getWorkspace().newProjectDescription(project.getName()); if (locationURI != null && ResourcesPlugin.getWorkspace().getRoot().getLocationURI().equals(locationURI)) { locationURI= null; } desc.setLocationURI(locationURI); The locationURI is derived in NewJavaProjectWizardPage.java line 303 using IPath.toFile().toURI(), and can be for example: file:/C:/temp/workspace/ But ResourcesPlugin.getWorkspace().getRoot().getLocationURI() is: file:/C:/temp/workspace Hence, since they are not "equal", locationURI is not set to null, as is the expected behavior. Later in LocationValidator.validateProjectLocationURI(...) line 326 is when the failure status is created: if (FileUtil.isOverlapping(location, defaultDefaultLocation.toFile().toURI())) This problem does not appear in Eclipse 3.1.1, because only IPath's are being compared, not URI's: public static void createProject(IProject project, IPath locationPath, IProgressMonitor monitor) throws CoreException { ... if (Platform.getLocation().equals(locationPath)) { You might be able to fix this bug by just removing any slash at the end of the URI before calling equals. But maybe a more clever equals is required here.
resolved fixed
fdf0718
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavaCapabilityConfigurationPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-04T12:03:10Z"
"2005-12-27T21:46:40Z"
120,544
Bug 120544 [build path] Editing external source folder does not persist
null
resolved fixed
5a932d4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-04T10:52:02Z"
"2005-12-13T10:33:20Z"
122,501
Bug 122501 [typing][content assist] Extra bracket gets generated as shown: System.out.println() )
In the Java IDE, after typing out System.out.println( and pressing SPACEBAR, on a fresh line, generates System.out.println() ) This happens only when the content-assist window pops up. On trying to edit the line again, the problem does not show up, as long as the content-assist window is not up again.
resolved fixed
bd7191f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-04T10:47:41Z"
"2006-01-03T12:06:40Z"
38,469
Bug 38469 inline method: incorrect in innerclasses [refactoring]
public int fred(){ return super.hashCode(); } void f(int p){ new Ad(){ void f(){ int u= Ad.this.fred(); } }; } inline fred the temp u is now initialized to a different value - no compile error a different hashCode method is called
resolved fixed
19c88af
["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/invalid/TestSuperInThis.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-04T10:45:40Z"
"2003-06-05T10:46:40Z"
35,004
Bug 35004 remove final from Variable Declaration after surround with try/catch [refactoirng]
consider the code fragment: { ... final File testFile = new File("testFile); ... } after surrounding with a try/catch Block I got something like: { ... final File testFile; try { testFile = new File("testFile); } catch (IOException e) { e.printStackTrace(); } ... } The Problem here is that the Compiler complains about the final declaration. I suggest to remove the final from the declaration.
resolved fixed
62cb789
["org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_in/TestWrappedLocal8.java", "org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_out/TestWrappedLocal8.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/SurroundWithTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/SurroundWithTryCatchRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-04T10:19:52Z"
"2003-03-14T11:06:40Z"
107,827
Bug 107827 [build path] Edit Library dialog error status stays after wrong selection
I20050818-0800 Steps to reproduce: - Create a new user library and put it on the build path as container - Make sure this is the only user library - Invoke "Configure..." from the Package Explorer context menu on the container - Edit Library dialog appears - Try to unselect the user library -> Error status appears, but library is still selected -> Error status only disappears if the dialog is cancelled and redisplayed or the "User Libraries..." button is pressed
resolved fixed
b56a405
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/UserLibraryWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-04T09:46:13Z"
"2005-08-24T10:40:00Z"
116,223
Bug 116223 [refactoring] ProcessorBasedRefactoring does not handle exceptions thrown by participants
I20051108-1011 ProcessorBasedRefactoring protects itself against participants that throw an exception in createChange(..). However, it does not catch execptions thrown in initialize(..) or in checkConditions(..). We had a case where initialize(..) threw a ClassCastException, which generated a wrong error message (participant does not extend required type). I think we should protect all call backs and disable participants that throw a RuntimeException.
resolved fixed
66ffe44
["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/participants/CheckConditionsContext.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/participants/ParticipantExtensionPoint.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/participants/ProcessorBasedRefactoring.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/participants/ResourceOperationChecker.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/RefactoringCoreMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-03T17:26:38Z"
"2005-11-14T14:53:20Z"
99,732
Bug 99732 [build path] Exclusion filters are added on new source folder when unnecessary
In RC2. If you add a source folder inside another source folder, the outer folder's exclusion filters are updated to avoid ambiguity. Now, remove the inner folder from the class path, and re-add it. Every time this is done, the inner folder is added to the outer folder's exclusion filter, ad infinitum.
resolved fixed
3f20f70
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-03T16:33:04Z"
"2005-06-13T16:26:40Z"
120,534
Bug 120534 Open Type does not work for fully qualified nested type
I20051213-0010 Open Type does not work for fully qualified nested types, e.g java.util.Arrays.ArrayList: - enter "java.util." => "ArrayList - java.util.Arrays" appears - append "A" => "Arrays - java.util" is shown, but Arrays.ArrayList is not available any more - press backspace to make pattern "java.util." again => "ArrayList - java.util.Arrays" is not shown again; removing and re-adding the dot makes the nested class appear again. The nested class should be consistently shown or not shown. - set pattern to "java.util.Arrays." => no type shown; expected: nested types of fully qualified type should be listed
resolved wontfix
18f9d17
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-03T15:41:38Z"
"2005-12-13T10:33:20Z"
122,261
Bug 122261 [typing] NullPointerException when performing "Correct indentation" and the first code line is a single-line comment
To reproduce: Create a java file that has a single line comment as its very first line. For example: // this comment at the starting of the file is evil // package indentbug; public class Bug { /** * To reproduce: Select the whole document and * perform "Source->Correct indentation". * (i. e. Ctrl+A, Ctrl+I) */ } When reindenting it, the following exception occurs: !SESSION 2005-12-28 19:42:55.216 ----------------------------------------------- eclipse.buildId=M20050929-0840 java.version=1.5.0_05 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Command-line arguments: -os win32 -ws win32 -arch x86 !ENTRY org.eclipse.ui 4 4 2005-12-28 19:43:05.391 !MESSAGE "Indent Line" did not complete normally. Please see the log for more information. !ENTRY org.eclipse.ui 4 0 2005-12-28 19:43:05.391 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.actions.IndentAction.indentLine(IndentAction.java:243) at org.eclipse.jdt.internal.ui.actions.IndentAction.access$2(IndentAction.java:219) at org.eclipse.jdt.internal.ui.actions.IndentAction$1.run(IndentAction.java:141) at org.eclipse.jdt.internal.ui.actions.IndentAction.run(IndentAction.java:182) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:182) at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:108) at org.eclipse.core.commands.Command.execute(Command.java:311) at org.eclipse.core.commands.ParameterizedCommand.execute(ParameterizedCommand.java:396) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:459) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:781) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:828) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:550) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:117) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:917) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:880) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:876) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1190) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3135) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3038) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3706) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1656) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2711) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948)
verified fixed
66ccedc
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/IndentActionTest.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JdtTextTestSuite.java", "org.eclipse.jdt.text.tests/testResources/indentation/bug122261/Before.java", "org.eclipse.jdt.text.tests/testResources/indentation/bug122261/Modified.java", "org.eclipse.jdt.text.tests/testResources/indentation/unchanged/Before.java", "org.eclipse.jdt.text.tests/testResources/indentation/unchanged/Modified.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IndentAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-03T15:24:05Z"
"2005-12-28T20:00:00Z"
122,389
Bug 122389 [refactoring] [extract method] Two variable assignment in while loop incorrectly extracts
The following test passes before "extract method," but fails afterward. Build id: I20051102-1600 import junit.framework.TestCase; public class A extends TestCase{ private int getGridY(int y) { int tmp = 0, res = 1; while (res < y) { //extract here tmp = res; res += 1; //to here } return tmp; } public void testCase(){ assertEquals(getGridY(7),6); } }
resolved fixed
18674dc
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/invalidSelection/A_test196.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestLocalReferenceLoop1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestLocalReferenceLoop2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestLocalReferenceLoop3.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestLocalReferenceLoop4.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestLocalReferenceLoop5.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestLocalReferenceLoop1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestLocalReferenceLoop2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestLocalReferenceLoop3.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestLocalReferenceLoop4.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestLocalReferenceLoop5.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/EnhancedForFlowInfo.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/ForFlowInfo.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/InputFlowAnalyzer.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/WhileFlowInfo.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-03T14:42:30Z"
"2005-12-30T16:26:40Z"
96,952
Bug 96952 [build path] project settings: library tab enablement and focus
null
resolved fixed
64ce364
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-03T13:59:30Z"
"2005-05-27T10:33:20Z"
122,491
Bug 122491 [build path] No context help for set filter wizard page
Version: 3.2.0 Build id: I20051220-0800 right click on a source folder build path -> configure incl/excl filters hit F1 no context help is shown right click on project folder build path -> new source folder next hit F1 no context help is shown
resolved fixed
30c0fdd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SetFilterWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-03T10:23:40Z"
"2006-01-03T09:20:00Z"
122,052
Bug 122052 [content assist] Common prefix temporarily inserted when inserting constructor
null
resolved fixed
615838f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-01-03T10:23:28Z"
"2005-12-24T10:26:40Z"
121,983
Bug 121983 [build path] Edit source folder -> Edit inclusen filter wrong lable for path name shown
Version: 3.2.0 Build id: I20051220-0800 Edit a source folder Project1/src1 in the build path propertie page and change name to src2. Click next, the label reads: Included and excluded resources for Project1/src1 but should be Included and excluded resources for Project1/src2
resolved fixed
c506000
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SetFilterWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-23T09:22:53Z"
"2005-12-23T09:26:40Z"
121,982
Bug 121982 [build path] No new decorator label if add new source folder in bp properties page
Version: 3.2.0 Build id: I20051220-0800 Adding a new linked folder results in showing a label like foo - c:\bar\foo (new) in the source tabs package explorer. But adding a new source folder results in showning a label like foo but it should be something like foo (new)
resolved fixed
65cc366
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListLabelProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-23T09:13:40Z"
"2005-12-23T09:26:40Z"
121,981
Bug 121981 [build path] Can add source folder without spezifing a name
Version: 3.2.0 Build id: I20051220-0800 Open the add source folder wizard (thourgh new project wizard, build path menu or build path propertie page). The next and finish button are enabled even though there is no name spezified yet. Clicking finish results in: java.lang.NullPointerException at org.eclipse.core.runtime.Path.isPrefixOf(Path.java:627) at org.eclipse.jdt.internal.ui.wizards.buildpaths.AddSourceFolderWizard.finishPage(AddSourceFolderWizard.java:89) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard$2.run(NewElementWizard.java:117) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:39) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:720) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1714) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3949) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
resolved fixed
d859d08
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-23T09:02:55Z"
"2005-12-23T09:26:40Z"
121,979
Bug 121979 [build path] Should not to be able to edit source folder if project folder
Version: 3.2.0 Build id: I20051220-0800 It's possible to edit a source folder on the project property page for build path even if it is the projects root folder. Doing so results in something like: java.lang.IllegalArgumentException: Path must include project and resource name: /Test08 at org.eclipse.core.runtime.Assert.isLegal(Assert.java:58) at org.eclipse.core.internal.resources.Workspace.newResource(Workspace.java:1552) at org.eclipse.core.internal.resources.Container.getFolder(Container.java:137) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.flush(BuildPathsBlock.java:779) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.configureJavaProject(BuildPathsBlock.java:675) at org.eclipse.jdt.internal.ui.preferences.BuildPathsPropertyPage$1.run(BuildPathsPropertyPage.java:206) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:39) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:720) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1714) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3949) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter$1.run(WorkbenchRunnableAdapter.java:102) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
resolved fixed
65b46f4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-23T08:51:08Z"
"2005-12-23T09:26:40Z"
121,878
Bug 121878 [clean up][infrastructure] Wrong label for MultiStateCompilationUnitChange in CleanUpRefactoringWizard preview
Version: 3.2.0 Build id: I20051220-0800 Labels in the clean up refactoring wizard preview for MultiStateCompilationUnitChange read something like: Clazz.java - p1.p2 but should be: Clazz.java - Project/p1/p2 like for non MultiStateCompilationUnitChange
resolved fixed
73c5fd2
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-22T13:08:09Z"
"2005-12-22T14:00:00Z"
121,200
Bug 121200 Leave Delegate feature for move refactorings
null
resolved fixed
12d024f
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate01/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate01/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate01/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate01/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate02/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate02/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate02/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate02/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate03/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate03/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate03/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate03/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate04/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate04/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate04/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate04/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate05/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate05/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate05/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate05/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate06/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate06/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate06/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate06/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate07/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate07/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate07/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate07/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate08/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate08/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate08/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/testDelegate08/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveMembersTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInstanceMethodWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveMembersWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-21T09:27:34Z"
"2005-12-16T13:33:20Z"
121,546
Bug 121546 Cannot validate Javadoc URL starting with https
3.2 M4 On the Javadoc location properties page is possible to define a Javadoc URL. There is also a button to validate the specified location. If the URL starts with https a message pops up saying "Unable to validate location". Is this by design or is https not supported?
resolved fixed
4f05b52
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-20T17:08:06Z"
"2005-12-20T12:00:00Z"
121,222
Bug 121222 Sample code in code formatter settings in wrong
Go to: Window -> Preferences -> Java -> Code Style -> Formatter -> Edit Go to New Lines page. In the preview pane, the code block: @deprecated @overrides public void bar() { } is wrong! It should be: @Deprecated @Override public void bar() { }
resolved fixed
3b63f31
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/NewLinesTabPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-16T16:10:57Z"
"2005-12-16T16:20:00Z"
120,539
Bug 120539 [build path] Build path context menu should contain 'Add source folder'
20051213-0010 Select a project, open the context menu and go to the build path submenu. The submenu build path already conatins 'Link source'. 'Add new source folder' (opening the new Source folder wizard) should be next to it.
verified fixed
5813a0c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/GenerateBuildPathActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-16T15:46:13Z"
"2005-12-13T10:33:20Z"
120,585
Bug 120585 [clean up] needs two invocations until all clean ups are performed
null
resolved fixed
6167184
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-16T14:00:27Z"
"2005-12-13T16:06:40Z"
118,871
Bug 118871 [refactoring] Rename type with similar elements should match with plurals
I20051130-1215 The similar elements matcher could also handle the usual english plurals "" -> "s" and "y" -> "ies". class Item { // rename to Thing Item[] items; //not found, should rename to things Item[] item; //ok } The non plus ultra would be support for conversions like this: class Handy { // rename to MobilePhone java.util.Collection<Handy> handies; //-> mobilePhones Handy[] handy; //-> mobilePhone }
resolved fixed
6b74783
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenamingNameSuggestorTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamingNameSuggestor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-16T13:55:38Z"
"2005-12-01T18:00:00Z"
121,192
Bug 121192 Cannot select initializer in Member view
I20051215 1. Open Java Browsing perspective 2. Add the following type: public class X { { } X() {} } 3. In the Member view, attempt to select the initializer Observe: The selection is cleared from the Member view and the initializer is not selected in the Java editor If you remove the constructor, then it works. It also works in the Outline view.
resolved fixed
eb29dd7
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/MembersView.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-16T11:54:15Z"
"2005-12-16T10:46:40Z"
119,171
Bug 119171 [quick fix] "add unimplemented methods" creates imports hiding classes in same package
null
resolved fixed
0744b67
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/AddUnimplementedMethodsTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedMethodsOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnimplementedMethodsCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-16T11:39:33Z"
"2005-12-03T14:26:40Z"
100,818
Bug 100818 [quick fix] Wrong label for nested enum LinkedCorrectionProposal.LinkedModeProposal
3.1-RC2 test pass - have the cu below -> compile error since the return value in the switch statement is not compatible with the declared return type - use quick fix to change the declared return type - note the label of the proposed return type is wrong - there is no separator between the type name and the qualifier -------- P.java ---------- package pr100795; class P { enum E {ONE, TWO, THREE} int m(int i) { switch (i) { case 0: return E.ONE; } } } --------------------------
resolved fixed
f531c55
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BindingLabelProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-16T11:19:13Z"
"2005-06-20T15:06:40Z"
99,675
Bug 99675 [build path] New source folders should always be inserted on top
RC2 - create a new project - create a new source folder sources - create a new source folder tests observe: the new source folder is appended at the end. Interesting is that source is prepended. Martin, can you please comment on this.
resolved fixed
77b6a05
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-16T11:07:27Z"
"2005-06-13T13:40:00Z"
102,142
Bug 102142 [quick fix] Change method signature quick fix renames parameter
In 3.1. Code: public class Foo { Foo(String string) { System.out.println("" + string); } private void bar() { new Foo(3); } } The compile error on new Foo(3) offers a quick fix: "Change constructor Foo(String) to Foo(int)". Selecting it changes not only the type, but the name of the parameter: String string becomes int i. Accepting this default leads to a compile error.
resolved fixed
d7d8b2a
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedMethodsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeMethodSignatureProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-16T11:03:32Z"
"2005-06-29T13:00:00Z"
119,846
Bug 119846 [nls tooling] "Externalize Strings" default behavior damages navigation to Java properties-file editor
Have a String you wish to externalize, called LABEL (or STRING or BUTTON or TEXT, or the all-caps version of a String which just happens to be the name of a class on your class-path), in a class called, say FooClass. Run the externalize-Strings wizard (with all its default settings) on class "FooClass". The dialog will offer a prefix under "Enter common prefix for generated keys (optional)", which will be "FooClass", i.e., the SAME as the name of the class in which the String LABEL lives. Accept this apparently-sensible default suggestion. Now enter a key-suffix for your String; choose (as I often do) to use the not-all-caps name, i.e., in this case "Label". Run the wizard to completion (making sure you get a valid Messages.java and whatever.properties pair of files). Now, in class "FooClass" you should have a line of code that reads: String LABEL = Messages.getString("FooClass.Label"); //$NON-NLS-1$ If you now Ctrl-click upon the String-literal "FooClass.Label", you will NOT navigate to the whatever.properties file as expected. a) If you Ctrl-click upon the portion of the String literal "FooClass", you will simply navigate to the declaration of FooClass. b) If you Ctrl-click upon the portion of the String literal "Label", Eclipse will attempt to open the Label.class ... depending on your class-path, results will vary, but you will almost certainly get a choice, including org.eclipse.swt.widgets.Label -- note that this problem arises independently of whether there is a part-a problem (i.e., even if the user does NOT have a prefix, or has one that does NOT match any class-name). Simple fix for part-a would be for the default prefix to be the class-name slightly altered (e.g., with leading or trailing "_", or the like), especially if the alteration were some character that cannot possibly appear in a class-name, like "^". ("#" won't work, since that's a comment in a properties file.) *Simple* fix for part-b I cannot think of. (It's cool that one can navigate even from inside comments to classes with known names, like Label, so I see how the mere use of "Label" as the key-suffix has to have the stated result.) Maybe (1) allow any choice of key-suffix that is not a valid class-name, and (2) for any key-suffix that is a valid class-name, look up the user's choice of key-suffix on the classpath?
resolved fixed
d9fa684
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-15T14:51:20Z"
"2005-12-08T11:06:40Z"
121,033
Bug 121033 [navigation] Menu items References/Declarations->Workspace/Project/Working set not present in Outline view
Using build I20051214-0010. All items Workspace, Project, Working Sets... for References and Declarations popup menu items have disappeared in this build. Looking at Search main toolbar menu, these items are disabled. However, I can reach them thourgh other views or in editor.
verified fixed
501dc5c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-15T13:59:25Z"
"2005-12-15T09:46:40Z"
120,568
Bug 120568 [content assist] @link proposal not inserted
I20051213-0010 1. Have the 2 following CUs: Reference.java public class Reference { public static int A_STATIC_FIELD = 0; } Test.java /** * Completion inside reference Reference#A_STATIC_F */ public class Test { } 2. Complete after Reference#A_STATIC_F 3. Choose {@link Reference#A_STATIC_FIELD} 4. Press Enter Observe: The proposal is not inserted
verified fixed
9ea5a43
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/JavadocCompletionTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-14T15:35:40Z"
"2005-12-13T13:20:00Z"
120,839
Bug 120839 [jar import] Does not work for methods with unqualified parameter types
I20051213-0010 Jar import currently does not work for methods with unqualified parameter types. The handle identifier is recorded when the refactoring is applied. During JAR import however, the method stubs are all fully qualified, resulting in a failure to recreate the handle. Should be fixed for M4 since Rename method is affected. Attaching patch...
verified fixed
5bdf038
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-14T13:59:59Z"
"2005-12-14T11:33:20Z"
120,586
Bug 120586 [correction] Exceptions in log when renaming CU on quick fix
20051213-0010 1. add '*.foo' as new Java extension to the Java Source File content type (restart required, pending bug in platform) 2. create a Java project and package 'p', and create a file (use new file wizard) 'E.foo' 3. Set content to package p; public class F { } 4. use quick fix on the wrong type name: Choose to rename the CU 5. Works fine but messages logged: !ENTRY org.eclipse.jdt.core 4 969 2005-12-13 16:43:02.221 !MESSAGE F.foo [in p [in <project root> [in Test3]]] does not exist !ENTRY org.eclipse.jdt.core 4 969 2005-12-13 16:43:02.231 !MESSAGE F.foo [in p [in <project root> [in Test3]]] does not exist The problem is CompilationUnitEditor$RememberedOffset.getRememberedOffset(IJavaElement) line: 1002 fElement is the old element. Accessing it returns a JavaModelExeption. This the correct behaviour as it doesn't eist anymore (I checked on the file system) Interestingly, this doesn't happen if the file would be called E.java. There the Java model claims that E.java is still existing (tested using the debugger). This looks like a bug too, but seems to just cover the bug in the Java editor of accessing the old element.
verified fixed
772a70a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-14T10:42:13Z"
"2005-12-13T16:06:40Z"
120,579
Bug 120579 [quick fix] NullPointerException on Ctrl+1 quickfix suggestion
Build Id: I20051213-0010 Have the following code: ----------- package p; public class Bar { { char[] array= new char[0]; for (char element: array) { } } } ------------ Place cursor directly before "f" of the for loop. Press Ctrl+1 and wait a second -> Nullpointer: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:3283) at org.eclipse.swt.SWT.error(SWT.java:3206) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3218) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2864) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1762) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1726) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:397) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.fix.AbstractFix.createChange(AbstractFix.java:95) at org.eclipse.jdt.internal.ui.text.correction.FixCorrectionProposal.createTextChange(FixCorrectionProposal.java:63) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.createChange(CUCorrectionProposal.java:282) at org.eclipse.jdt.internal.ui.text.correction.ChangeCorrectionProposal.getChange(ChangeCorrectionProposal.java:198) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.getTextChange(CUCorrectionProposal.java:291) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.getAdditionalProposalInfo(CUCorrectionProposal.java:117) at org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:221) at org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:820) at org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:810) at org.eclipse.jface.text.contentassist.AdditionalInfoController$1.run(AdditionalInfoController.java:173) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 20 more
verified fixed
93807d6
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/AbstractFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/FixCorrectionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-14T09:57:26Z"
"2005-12-13T16:06:40Z"
120,610
Bug 120610 [jar import] Fatal errors when renaming fields in external jar
Build Id: I20051213-0010 Steps to reproduce: 1. Create project "Bar". 2. Create Class: ---------- package bar; public class Bar { static String b; String a; } ---------- 3. Export the JAR to "a.jar" outside the workspace without Refactoring Information. 4. Rename field "a" to "a2" 5. Rename field "b" to "b2" 6. Rename "Bar" to "Bar2 7. Export a JAR with refactoring information to "b.jar". 8. Delete package bar. 9. Add "a.jar" as an external jar. 10. Import b.jar with the wizard, refactoring a.jar. Observe: Two fatal errors are generated for the two fields although both are renamed.
verified fixed
cc333a4
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/binary/StubCreationOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-14T08:56:58Z"
"2005-12-13T16:06:40Z"
120,545
Bug 120545 Misleading constant: CODEASSIST_TIMEOUT_FOR_PARAMETER_NAME_FROM_ATTACHED_JAVADOC
I20051213-0010 CODEASSIST_TIMEOUT_FOR_PARAMETER_NAME_FROM_ATTACHED_JAVADOC is not restricted to code assist but affects all clients using BinaryMethod.getParamterNames() which is OK. To be correct we should rename the constant to: TIMEOUT_FOR_PARAMETER_NAME_FROM_ATTACHED_JAVADOC.
verified fixed
5a231ce
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistConfigurationBlockInProgress.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-14T08:19:47Z"
"2005-12-13T10:33:20Z"
120,603
Bug 120603 [refactoring] Refactoring History resource mappings should override getModelProviderId()
null
verified fixed
2a0b699
["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/model/AbstractRefactoringDescriptorResourceMapping.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/model/AbstractRefactoringHistoryResourceMapping.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/model/RefactoringDescriptorResourceMapping.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/model/RefactoringHistoryResourceMapping.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/model/RefactoringHistoryAdapterFactory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-13T17:37:33Z"
"2005-12-13T16:06:40Z"
120,144
Bug 120144 [implementation] NPE in MethodExitsFinder
20051209 The method exit finder doesn't like return statements in initialziers. public class A { { return 1; } } java.lang.NullPointerException at org.eclipse.jdt.internal.ui.search.MethodExitsFinder.markReferences(MethodExitsFinder.java:99) at org.eclipse.jdt.internal.ui.search.MethodExitsFinder.perform(MethodExitsFinder.java:89) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.updateOccurrenceAnnotations(JavaEditor.java:2866) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor$6.selectionChanged(JavaEditor.java:2932) at org.eclipse.jdt.internal.ui.viewsupport.SelectionListenerWithASTManager$PartListenerGroup.calculateASTandInform(SelectionListenerWithASTManager.java:173) at org.eclipse.jdt.internal.ui.viewsupport.SelectionListenerWithASTManager$3.run(SelectionListenerWithASTManager.java:142) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
resolved fixed
b652cd1
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MethodExitsFinder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-12T10:28:35Z"
"2005-12-09T17:40:00Z"
119,719
Bug 119719 Team Aware Content Provider
Now that JDT has a model provider and defines a team content provider, it is a short step to having a content provider that shows sync state. I already have a first cut at this. I will attach it as a patch. It would be really nice if it could make it into M4.
resolved fixed
de45e63
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaElementResourceMapping.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/merge/JavaStreamMerger.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/merge/MergeMessages.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/model/JavaRefactoringAdapterFactory.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/model/JavaRefactoringCompareAdapter.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/model/JavaRefactoringModelMerger.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/model/JavaRefactoringModelProvider.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/model/JavaTeamContentProvider.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/model/JavaTeamLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaCompareAdapter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaModelAdapterFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaModelContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaModelMerger.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaModelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationLabelProvider.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/model/AbstractRefactoringCompareAdapter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-12T09:54:52Z"
"2005-12-07T21:13:20Z"
99,317
Bug 99317 [quick fix] Wrong order of quickfix proposals for unhandled exception [quickfix]
null
verified fixed
46f2a72
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-12T09:25:48Z"
"2005-06-10T10:40:00Z"
111,509
Bug 111509 [api] Need public api for EditorUtility.getActiveEditorJavaInput(..)
We are using internal jdt calls to perform some of our operations. We are using EditorUtility.getActiveEditorJavaInput(..) and would like to replace it with public api. We couldn't find public API to replace this usage. This is blocking our effort to remove access to JDT internal source.
resolved fixed
c8a07b2
["org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/EditorUtility.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaUI.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-12T09:24:01Z"
"2005-10-04T18:20:00Z"
119,827
Bug 119827 Window working set has strange name in type hierarchy view
Build id: I20051206-1200 Don't know if this is JDT/UI or Platform/UI but when the window working set is selected a strange name is presented in the title bar of the view (see attached screen shot)
resolved wontfix
3796ff6
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionComponent.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/WorkingSetAwareLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/WorkingSetComparator.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/WorkingSetsComparator.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetMenuContributionItem.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-11T21:47:47Z"
"2005-12-08T08:20:00Z"
97,810
Bug 97810 [preferences] Code template preference page buttons are not grayed out if invoked as project specific property page
3.1 RC1 Steps to reproduce: - Invoke Override Method on a project with no project-specific settings - Follow link to code template preference page -> Edit, Import, ... buttons are disabled, but not grayed out -> Toggling 'Enable project specific settings twice correctly grays out the buttons
verified fixed
7b8562a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/TreeListDialogField.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-11T19:27:40Z"
"2005-06-01T10:00:00Z"
116,199
Bug 116199 [render] Easy-to-read .jar file reference
In the "Package Explorer" one often ends up with complicated or long paths to the jar files that are rererenced, and because of this the file name often ends up outside the viewable area, the explorer being relatively narrow. The idea here is simply to replace the label text with "shortname (path)" in stead of "path/shortname". I.e. in stead of the current label text that might be M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar Use jarfile.jar (M2_REPO/junit/junit/3.8.1) or jarfile.jar (M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar) This way, one can always see the name of the jar file in the browser.
resolved fixed
cf59482
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-11T19:13:18Z"
"2005-11-14T09:20:00Z"
119,392
Bug 119392 Misleading dialog caption for derived rename compilation unit [refactoring]
I20051130-1215 + ZRH plugin export Steps to reproduce: - Invoke Rename refactoring on cu - Choose to configure the name matching strategy -> Dialog shows "Rename Type", but should inherit the caption from the user input dialog.
verified fixed
14dad02
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsOptionsDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-09T18:00:29Z"
"2005-12-06T11:53:20Z"
118,423
Bug 118423 [build path] Exception thrown in New Java Project Wizard
Create a new Java Project. On the first page of the wizard select Create Project from existing source. Specify an existing project. Click Next. Note that there are lots of file in the package explorer widget. Click the back button. Note in the Error Log that there are Internal Errors listed. This is important to us because we are using the JavaCapabilityConfigurationPage in our own wizards but are adding content to the project. This error is therefore always exposed to our users. Java Model Exception: Java Model Status [z does not exist] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:468) at org.eclipse.jdt.internal.core.JavaModelManager.getPerProjectInfoCheckExistence(JavaModelManager.java:1223) at org.eclipse.jdt.internal.core.JavaProject.getPerProjectInfo(JavaProject.java:1785) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1923) at org.eclipse.jdt.internal.core.PackageFragmentRoot.getRawClasspathEntry(PackageFragmentRoot.java:592) at org.eclipse.jdt.internal.corext.buildpath.ClasspathModifier.isExcluded(ClasspathModifier.java:996) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.DialogPackageExplorer$PackageLabelProvider.getText(DialogPackageExplorer.java:176) at org.eclipse.jface.viewers.DecoratingLabelProvider.getText(DecoratingLabelProvider.java:118) at org.eclipse.jface.viewers.DecoratingLabelProvider.updateLabel(DecoratingLabelProvider.java:208) at org.eclipse.jface.viewers.StructuredViewer.buildLabel(StructuredViewer.java:1855) at org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java:228) at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:85) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:621) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:434) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:1763) at org.eclipse.jface.viewers.StructuredViewer.internalUpdate(StructuredViewer.java:1746) at org.eclipse.jface.viewers.StructuredViewer.update(StructuredViewer.java:1697) at org.eclipse.jface.viewers.StructuredViewer.update(StructuredViewer.java:1651) at org.eclipse.jface.viewers.StructuredViewer.handleLabelProviderChanged(StructuredViewer.java:1007) at org.eclipse.jface.viewers.ContentViewer$1.labelProviderChanged(ContentViewer.java:74) at org.eclipse.ui.internal.decorators.DecoratorManager$1.run(DecoratorManager.java:235) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.ui.internal.decorators.DecoratorManager.fireListener(DecoratorManager.java:233) at org.eclipse.ui.internal.decorators.DecorationScheduler$3.runInUIThread(DecorationScheduler.java:475) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:93) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3057) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716) at org.eclipse.jface.window.Window.runEventLoop(Window.java:809) at org.eclipse.jface.window.Window.open(Window.java:787) at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:114) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) 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:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948)
verified fixed
85e53f3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-09T10:29:20Z"
"2005-11-29T16:00:00Z"
120,081
Bug 120081 [clean up][infrastructure] Pass a CompilationUnitRewrite to IFixOperation#rewriteAST
Version: 3.2.0 Build id: I20051206-1200
resolved fixed
12960a0
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/AbstractFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeStyleFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/Java50Fix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/LinkedFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/TextChangeFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-09T09:49:08Z"
"2005-12-09T09:20:00Z"
120,078
Bug 120078 [clean up][infrastructure] rename Convert*LoopProposal as Convert*LoopOperation and move to corext
Version: 3.2.0 Build id: I20051206-1200
resolved fixed
92583d7
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/Java50Fix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ConvertForLoopProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ConvertIterableLoopProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2005-12-09T09:17:20Z"
"2005-12-09T09:20:00Z"