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 | 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 timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] | updated_file stringlengths 2 187 | file_content stringlengths 0 368k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
25,324 | Bug 25324 Ability to know when tests are finished [junit] | Hi, I'm writing a Cactus Plugin that extends the JUnit Plugin and I need to know when the tests have finished running in the TestRunner. There is a nice ITestRunListener interface for that. My idea was thus to implement this interface and somehow register my listener to the TestRunner (RemoteTestRunnerClient). However:... | resolved fixed | f2b66ff | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-06T11:04:18Z | 2002-10-24T14:33:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FilterPatternsDialog.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.junit.ui;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Control;
import org.eclipse.swt.widgets.Shell;
import org.eclipse.jface.dialogs.IInputValidator;
import org.eclipse.jface.dialogs.In... |
25,324 | Bug 25324 Ability to know when tests are finished [junit] | Hi, I'm writing a Cactus Plugin that extends the JUnit Plugin and I need to know when the tests have finished running in the TestRunner. There is a nice ITestRunListener interface for that. My idea was thus to implement this interface and somehow register my listener to the TestRunner (RemoteTestRunnerClient). However:... | resolved fixed | f2b66ff | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-06T11:04:18Z | 2002-10-24T14:33:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/HierarchyRunView.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.junit.ui;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Vector;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.CTabFolder;
import org.... |
25,324 | Bug 25324 Ability to know when tests are finished [junit] | Hi, I'm writing a Cactus Plugin that extends the JUnit Plugin and I need to know when the tests have finished running in the TestRunner. There is a nice ITestRunListener interface for that. My idea was thus to implement this interface and somehow register my listener to the TestRunner (RemoteTestRunnerClient). However:... | resolved fixed | f2b66ff | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-06T11:04:18Z | 2002-10-24T14:33:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.junit.ui;
import java.lang.reflect.InvocationTargetException;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.AbstractSet;
import java.util.ArrayList;
import java.util.HashSet;
import jav... |
25,324 | Bug 25324 Ability to know when tests are finished [junit] | Hi, I'm writing a Cactus Plugin that extends the JUnit Plugin and I need to know when the tests have finished running in the TestRunner. There is a nice ITestRunListener interface for that. My idea was thus to implement this interface and somehow register my listener to the TestRunner (RemoteTestRunnerClient). However:... | resolved fixed | f2b66ff | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-06T11:04:18Z | 2002-10-24T14:33:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencePage.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.junit.ui;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
import java.util.StringTokenizer;
import org.eclipse.jdt.core.IJavaElement;
import org.eclipse.jdt.cor... |
25,324 | Bug 25324 Ability to know when tests are finished [junit] | Hi, I'm writing a Cactus Plugin that extends the JUnit Plugin and I need to know when the tests have finished running in the TestRunner. There is a nice ITestRunListener interface for that. My idea was thus to implement this interface and somehow register my listener to the TestRunner (RemoteTestRunnerClient). However:... | resolved fixed | f2b66ff | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-06T11:04:18Z | 2002-10-24T14:33:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/RemoteTestRunnerClient.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.junit.ui;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.SocketException... |
25,324 | Bug 25324 Ability to know when tests are finished [junit] | Hi, I'm writing a Cactus Plugin that extends the JUnit Plugin and I need to know when the tests have finished running in the TestRunner. There is a nice ITestRunListener interface for that. My idea was thus to implement this interface and somehow register my listener to the TestRunner (RemoteTestRunnerClient). However:... | resolved fixed | f2b66ff | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-06T11:04:18Z | 2002-10-24T14:33:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.junit.ui;
import java.net.MalformedURLException;
import java.text.NumberFormat;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Map;
import java.util.Vector;
import org.eclipse.core.runtime.... |
25,324 | Bug 25324 Ability to know when tests are finished [junit] | Hi, I'm writing a Cactus Plugin that extends the JUnit Plugin and I need to know when the tests have finished running in the TestRunner. There is a nice ITestRunListener interface for that. My idea was thus to implement this interface and somehow register my listener to the TestRunner (RemoteTestRunnerClient). However:... | resolved fixed | f2b66ff | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-06T11:04:18Z | 2002-10-24T14:33:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/ITestRunListener.java | |
31,075 | Bug 31075 Code Templates are not preserved | the new code templates are a great feature. The problem is when you close eclipse and start it up again they seem to be reset to the defaults. | resolved fixed | 938fd9a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-06T14:43:10Z | 2003-02-06T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java | package org.eclipse.jdt.internal.ui.preferences;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.KeyAdapter;
import org.eclipse.swt.events.KeyEvent;
import org.eclipse.swt.graphics.Font;
i... |
31,078 | Bug 31078 Context menu for types includes Add Bookmark | 1) select a class in the outline or package explorer -> Add Bookmark appears in the context menu We should remove this action | resolved fixed | 702a584 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-06T15:26:43Z | 2003-02-06T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java | /*******************************************************************************
* Copyright (c) 2002 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* which accompanies this... |
31,091 | Bug 31091 14 times - Unneccessary error dialog from Outline View | I20030205 1) Open a java file that is not on the classpath (in SWT we have many of these because the code for other platforms is not included in the current classpath). For example, get org.eclipse.swt from CVS and copy .classpath_carbon to .classpath. Now open org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Di... | resolved fixed | 452db81 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-06T15:52:36Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java | |
31,096 | Bug 31096 NPE creating Packages wizard | 20030206 I just got an NPE creating a new package wizard. It has to be the first thing you do in an empty workspace for it to happen - if you have loaded anything into your workbench or opened another wizard I can't replicate it. STEPS 1) Select New -Other 2) Select Java-> package. 3) Try it again - no problem. !SESSIO... | resolved fixed | f1d1000 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-06T16:26:56Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java | /*******************************************************************************
* Copyright (c) 2000, 2002 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanie... |
31,001 | Bug 31001 Filterdialog shows clipped items | 1) In the package explorer drop down the view menu 2) select filters 3) the filter dialog shows up Notice that the initial size of the table clips the last entry and this looks ugly. The initial size of the table should be a multiple of the item height. There is support to do this. | resolved fixed | 6450262 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-06T16:29:44Z | 2003-02-05T18:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/CustomFiltersDialog.java | |
30,143 | Bug 30143 [performance] leverage IResourceProxyVisitor | The new IResourceProxyVisitor results in signficant speed-ups when processing the resource trees as long as you do not need the full path of the resource. The AmountOfWorkCalculator is a candidate for leveraging the new IResourceProxyVisitor. Please investigate. | resolved fixed | dc57223 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-07T16:01:21Z | 2003-01-24T09:20:00Z | org.eclipse.jdt.ui/core | |
30,143 | Bug 30143 [performance] leverage IResourceProxyVisitor | The new IResourceProxyVisitor results in signficant speed-ups when processing the resource trees as long as you do not need the full path of the resource. The AmountOfWorkCalculator is a candidate for leveraging the new IResourceProxyVisitor. Please investigate. | resolved fixed | dc57223 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-07T16:01:21Z | 2003-01-24T09:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameFinder.java | |
28,277 | Bug 28277 Double-clicking in the Types view refreshes decorators | In build I20021210, with CVS decorators turned on, in the Java browing perspective, if I double click on a class in the Types view, the decorators in the view undergo a visible refresh (i.e. they go away and then reappear). | resolved fixed | 2d92fbe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-07T17:32:59Z | 2002-12-13T17:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.browsing;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import org.eclipse.core.resources.IResource;
import org.eclipse.swt.w... |
31,295 | Bug 31295 javadoc export exception in the log | 20030206 i missed it whet it happened because there was no dialog Java Model Exception: Java Model Status [org.eclipse.core.resources.win32 does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:482) at org.eclipse.jdt.internal.core.JavaModelManager.getPerProjectInfoCheck... | resolved fixed | 92daeb7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-07T17:35:02Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java | /*
* Copyright (c) 2002 IBM Corp. All rights reserved.
* This file is made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*/
package org.eclipse.jdt.internal.ui.javadocexport;
import java.io.File;... |
31,289 | Bug 31289 StringIndexOutOfBoundsException is ASTRewrite | 20030206 1. select CUCorrectionProposal.createCompilationUnitChange pull up java.lang.reflect.InvocationTargetException: java.lang.StringIndexOutOfBoundsException: String index out of range: 122 at java.lang.String.substring(String.java(Compiled Code)) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.doTextIns... | resolved fixed | 2d36dbe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-07T18:46:10Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/core | |
31,289 | Bug 31289 StringIndexOutOfBoundsException is ASTRewrite | 20030206 1. select CUCorrectionProposal.createCompilationUnitChange pull up java.lang.reflect.InvocationTargetException: java.lang.StringIndexOutOfBoundsException: String index out of range: 122 at java.lang.String.substring(String.java(Compiled Code)) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.doTextIns... | resolved fixed | 2d36dbe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-07T18:46:10Z | 2003-02-07T15:00:00Z | extension/org/eclipse/jdt/internal/corext/dom/ASTWithExistingFlattener.java | |
31,300 | Bug 31300 RepositoryProvider.isShared has problems with closed projects [API] | build i0206 (1700), win2k, j9sc20030205 In the Packages View, when I select to filter out projects which are non- shared, I get the following warnings in my log file. Note that all these are all the closed projects in my workspace and they are all shared. !ENTRY org.eclipse.core.resources 4 372 Feb 07, 2003 09:45:50.57... | resolved fixed | b7ff326 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T10:09:25Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonSharedProjectFilter.java | |
31,244 | Bug 31244 Renaming linked source folder copies content | I20030206 - Create project with "linked src folder" - rename folder Observe: you loose the link and the content gets copied. I would expect simply renaming the link. | verified fixed | 4c131fd | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T10:20:02Z | 2003-02-07T12:13:20Z | org.eclipse.jdt.ui/core | |
31,244 | Bug 31244 Renaming linked source folder copies content | I20030206 - Create project with "linked src folder" - rename folder Observe: you loose the link and the content gets copied. I would expect simply renaming the link. | verified fixed | 4c131fd | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T10:20:02Z | 2003-02-07T12:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameResourceChange.java | |
31,244 | Bug 31244 Renaming linked source folder copies content | I20030206 - Create project with "linked src folder" - rename folder Observe: you loose the link and the content gets copied. I would expect simply renaming the link. | verified fixed | 4c131fd | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T10:20:02Z | 2003-02-07T12:13:20Z | org.eclipse.jdt.ui/core | |
31,244 | Bug 31244 Renaming linked source folder copies content | I20030206 - Create project with "linked src folder" - rename folder Observe: you loose the link and the content gets copied. I would expect simply renaming the link. | verified fixed | 4c131fd | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T10:20:02Z | 2003-02-07T12:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameSourceFolderChange.java | |
28,479 | Bug 28479 logical packages not recognized as Java by Search [browsing] | 1) Select a logical package 2) open the search dialog ->it defaults to the File search, I would have expected that it defaults to the Java search | verified fixed | ec7b2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T11:40:21Z | 2002-12-17T10:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.eclipse.core.resources.IMarker;
import org.eclipse.core.resources.IResource;
import org.eclipse.core... |
28,479 | Bug 28479 logical packages not recognized as Java by Search [browsing] | 1) Select a logical package 2) open the search dialog ->it defaults to the File search, I would have expected that it defaults to the Java search | verified fixed | ec7b2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T11:40:21Z | 2002-12-17T10:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/LogicalPackageAdapterFactory.java | |
28,479 | Bug 28479 logical packages not recognized as Java by Search [browsing] | 1) Select a logical package 2) open the search dialog ->it defaults to the File search, I would have expected that it defaults to the Java search | verified fixed | ec7b2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T11:40:21Z | 2002-12-17T10:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/LogicalPackage.java | /*******************************************************************************
* Copyright (c) 2000, 2002 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* which accompanie... |
28,479 | Bug 28479 logical packages not recognized as Java by Search [browsing] | 1) Select a logical package 2) open the search dialog ->it defaults to the File search, I would have expected that it defaults to the Java search | verified fixed | ec7b2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T11:40:21Z | 2002-12-17T10:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java | /*
* (c) Copyright IBM Corp. 2000, 2002.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.search;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.StringReader;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.List;
import org.ec... |
28,479 | Bug 28479 logical packages not recognized as Java by Search [browsing] | 1) Select a logical package 2) open the search dialog ->it defaults to the File search, I would have expected that it defaults to the Java search | verified fixed | ec7b2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T11:40:21Z | 2002-12-17T10:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPageScoreComputer.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.search;
import org.eclipse.core.resources.IMarker;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.search.ui.ISearchPageScoreComputer;
import org.eclipse.jdt.core.IJavaElement;
import org.ecli... |
28,479 | Bug 28479 logical packages not recognized as Java by Search [browsing] | 1) Select a logical package 2) open the search dialog ->it defaults to the File search, I would have expected that it defaults to the Java search | verified fixed | ec7b2d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T11:40:21Z | 2002-12-17T10:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java | /*
* (c) Copyright IBM Corp. 2000, 2002.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.search;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import org.eclipse.core.resources.IFolder;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.runtime.CoreExcep... |
31,374 | Bug 31374 Package Explorer does not show children of linked directories | null | resolved fixed | ab92f6e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T12:05:03Z | 2003-02-07T20:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/StandardJavaElementContentProvider.java | /*******************************************************************************
* Copyright (c) 2000, 2002 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanie... |
31,114 | Bug 31114 Moving linked resource onto self deletes linked resource | build 20030206 -create a linked folder LA. -move the linked folder to its parent project. ->the linked folder is deleted and an error message appears. The move operation should no be possible. | verified fixed | e010840 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T12:06:48Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/core | |
31,114 | Bug 31114 Moving linked resource onto self deletes linked resource | build 20030206 -create a linked folder LA. -move the linked folder to its parent project. ->the linked folder is deleted and an error message appears. The move operation should no be possible. | verified fixed | e010840 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T12:06:48Z | 2003-02-06T16:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgRefactoring.java | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/MultiMoveTests.java | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/ReorgTests.java | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/core | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CopyPackageFragmentRootChange.java | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/core | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CopyResourceChange.java | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/core | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/MovePackageFragmentRootChange.java | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/core | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/MoveResourceChange.java | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/core | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/PackageFragmentRootReorgChange.java | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/core | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/ResourceReorgChange.java | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/core | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/CopyRefactoring.java | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/core | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ICopyQueries.java | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/core | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/IDeepCopyQuery.java | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/core | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveRefactoring.java | |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.packageview;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclipse.swt.dnd.DND;
import org.eclipse.swt.dnd.DropTargetEvent;
import org.eclips... |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/JdtMoveAction.java | package org.eclipse.jdt.internal.ui.reorg;
import java.lang.reflect.InvocationTargetException;
import java.util.Iterator;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.SelectionAdapter;
import org.eclipse.swt.events.SelectionEvent;
import org.eclipse.swt.layout.GridData;
import org... |
31,113 | Bug 31113 Don't offer to do a deep copy/move of linked resources | null | verified fixed | 43e4e2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T13:08:59Z | 2003-02-06T16:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/ReorgQueries.java | package org.eclipse.jdt.internal.ui.reorg;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.resources.IResourceStatus;
import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.OperationCanceledException;
import org.eclipse.swt.widgets.Shell;
... |
31,395 | Bug 31395 Child window of Preferences dialog centers between screens | On the Preferences->Java->Code Generation->Names tab, the Edit button opens a dialog that is split between multiple monitors, instead of centering on the main Preference window like the rest of its child windows do. | resolved fixed | 01b69c0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T14:23:51Z | 2003-02-08T07:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterConfigurationBlock.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.preferences;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.GridDa... |
31,395 | Bug 31395 Child window of Preferences dialog centers between screens | On the Preferences->Java->Code Generation->Names tab, the Edit button opens a dialog that is split between multiple monitors, instead of centering on the main Preference window like the rest of its child windows do. | resolved fixed | 01b69c0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T14:23:51Z | 2003-02-08T07:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java | package org.eclipse.jdt.internal.ui.preferences;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.resources.IWorkspace;
import org.eclipse.core.resources.ResourcesPlugin;
import org.eclipse.core.runtime.IStatus;
import org... |
31,395 | Bug 31395 Child window of Preferences dialog centers between screens | On the Preferences->Java->Code Generation->Names tab, the Edit button opens a dialog that is split between multiple monitors, instead of centering on the main Preference window like the rest of its child windows do. | resolved fixed | 01b69c0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T14:23:51Z | 2003-02-08T07:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NameConventionConfigurationBlock.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.preferences;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.swt.SWT;
import org.eclipse.swt.graphics.Image;
import org.eclipse.swt.layout.GridLayou... |
31,395 | Bug 31395 Child window of Preferences dialog centers between screens | On the Preferences->Java->Code Generation->Names tab, the Edit button opens a dialog that is split between multiple monitors, instead of centering on the main Preference window like the rest of its child windows do. | resolved fixed | 01b69c0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T14:23:51Z | 2003-02-08T07:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java | package org.eclipse.jdt.internal.ui.preferences;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Hashtable;
import java.util.Map;
import java.util.StringTokenizer;
import org.eclipse.core.resources.IncrementalProjectBuilder;
import org.eclipse.core.runtime.CoreExceptio... |
31,395 | Bug 31395 Child window of Preferences dialog centers between screens | On the Preferences->Java->Code Generation->Names tab, the Edit button opens a dialog that is split between multiple monitors, instead of centering on the main Preference window like the rest of its child windows do. | resolved fixed | 01b69c0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T14:23:51Z | 2003-02-08T07:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskConfigurationBlock.java | package org.eclipse.jdt.internal.ui.preferences;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.swt.SWT;
import org.eclipse.swt.graphics.Image;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.widg... |
31,351 | Bug 31351 "Extrude" is not a good name for the quick assist | build I20030206 We should not use "extrude" to describe this quick assist. "extrude" means forcing (often through some device) to produce something. We should find a brief phrase to describe the operation and use it instead. I assume we are avoiding extract since it is used in the various refactorings. This assist caus... | resolved fixed | 27f17d7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T14:35:06Z | 2003-02-07T17:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java | package org.eclipse.jdt.internal.ui.text.correction;
import java.util.List;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.swt.graphics.Image;
import org.eclipse.jdt.core.ICompilationUnit;
import org.eclipse.jdt.core.dom.*;
import org.eclipse.jdt.core.dom.AST;
import org.eclipse.jdt.core.dom.ASTN... |
31,389 | Bug 31389 Remove unused private fields - broken with >1 field/line | M5: Declare some variables like this: private int v1, v2; Use v2 in the code. (You might also have to turn on the compiler option to make unused fields a warning not ignored). Press ctrl-1 on the variable declaration line, select "remove". The whole line is removed even though v1 was the only unused variable. | resolved fixed | ff35e78 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T15:02:12Z | 2003-02-08T02:06:40Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java | package org.eclipse.jdt.ui.tests.quickfix;
import java.util.ArrayList;
import java.util.Hashtable;
import junit.framework.Test;
import junit.framework.TestSuite;
import org.eclipse.jface.preference.IPreferenceStore;
import org.eclipse.jdt.core.ICompilationUnit;
import org.eclipse.jdt.core.IJavaProject;
import org.e... |
31,389 | Bug 31389 Remove unused private fields - broken with >1 field/line | M5: Declare some variables like this: private int v1, v2; Use v2 in the code. (You might also have to turn on the compiler option to make unused fields a warning not ignored). Press ctrl-1 on the variable declaration line, select "remove". The whole line is removed even though v1 was the only unused variable. | resolved fixed | ff35e78 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T15:02:12Z | 2003-02-08T02:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2002 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* which accompanie... |
31,323 | Bug 31323 QuickAssist only wraps 2 lines | build I20030206. 1. Start with the following class public class Test { public static void main(String[] args) { int x = 3; x++; int y=x*x; } } 2. Select the THREE lines of code in the main method. 3. Press ctrl-1 4. If you select any of the quick assists (do, for, if, try, while), only the first TWO lines of the code a... | resolved fixed | 87ec917 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T15:21:16Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionAssistant.java | /*******************************************************************************
* Copyright (c) 2000, 2002 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* which accompanie... |
31,445 | Bug 31445 QualifiedNameFinder loads Search plug-in | Build I20030207 QualifiedNameFinder forces the Search plug-in to be loaded. It should only load the Search plug-in when the user selects to search for qualified strings. Affected refactorings are all those that reference QualifiedNameFinder (through a field). | verified fixed | e81e606 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T15:39:07Z | 2003-02-10T12:26:40Z | org.eclipse.jdt.ui/core | |
31,445 | Bug 31445 QualifiedNameFinder loads Search plug-in | Build I20030207 QualifiedNameFinder forces the Search plug-in to be loaded. It should only load the Search plug-in when the user selects to search for qualified strings. Affected refactorings are all those that reference QualifiedNameFinder (through a field). | verified fixed | e81e606 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T15:39:07Z | 2003-02-10T12:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageRefactoring.java | |
31,445 | Bug 31445 QualifiedNameFinder loads Search plug-in | Build I20030207 QualifiedNameFinder forces the Search plug-in to be loaded. It should only load the Search plug-in when the user selects to search for qualified strings. Affected refactorings are all those that reference QualifiedNameFinder (through a field). | verified fixed | e81e606 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T15:39:07Z | 2003-02-10T12:26:40Z | org.eclipse.jdt.ui/core | |
31,445 | Bug 31445 QualifiedNameFinder loads Search plug-in | Build I20030207 QualifiedNameFinder forces the Search plug-in to be loaded. It should only load the Search plug-in when the user selects to search for qualified strings. Affected refactorings are all those that reference QualifiedNameFinder (through a field). | verified fixed | e81e606 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T15:39:07Z | 2003-02-10T12:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeRefactoring.java | |
31,445 | Bug 31445 QualifiedNameFinder loads Search plug-in | Build I20030207 QualifiedNameFinder forces the Search plug-in to be loaded. It should only load the Search plug-in when the user selects to search for qualified strings. Affected refactorings are all those that reference QualifiedNameFinder (through a field). | verified fixed | e81e606 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T15:39:07Z | 2003-02-10T12:26:40Z | org.eclipse.jdt.ui/core | |
31,445 | Bug 31445 QualifiedNameFinder loads Search plug-in | Build I20030207 QualifiedNameFinder forces the Search plug-in to be loaded. It should only load the Search plug-in when the user selects to search for qualified strings. Affected refactorings are all those that reference QualifiedNameFinder (through a field). | verified fixed | e81e606 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T15:39:07Z | 2003-02-10T12:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveRefactoring.java | |
31,445 | Bug 31445 QualifiedNameFinder loads Search plug-in | Build I20030207 QualifiedNameFinder forces the Search plug-in to be loaded. It should only load the Search plug-in when the user selects to search for qualified strings. Affected refactorings are all those that reference QualifiedNameFinder (through a field). | verified fixed | e81e606 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T15:39:07Z | 2003-02-10T12:26:40Z | org.eclipse.jdt.ui/core | |
31,445 | Bug 31445 QualifiedNameFinder loads Search plug-in | Build I20030207 QualifiedNameFinder forces the Search plug-in to be loaded. It should only load the Search plug-in when the user selects to search for qualified strings. Affected refactorings are all those that reference QualifiedNameFinder (through a field). | verified fixed | e81e606 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T15:39:07Z | 2003-02-10T12:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameFinder.java | |
31,445 | Bug 31445 QualifiedNameFinder loads Search plug-in | Build I20030207 QualifiedNameFinder forces the Search plug-in to be loaded. It should only load the Search plug-in when the user selects to search for qualified strings. Affected refactorings are all those that reference QualifiedNameFinder (through a field). | verified fixed | e81e606 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T15:39:07Z | 2003-02-10T12:26:40Z | org.eclipse.jdt.ui/core | |
31,445 | Bug 31445 QualifiedNameFinder loads Search plug-in | Build I20030207 QualifiedNameFinder forces the Search plug-in to be loaded. It should only load the Search plug-in when the user selects to search for qualified strings. Affected refactorings are all those that reference QualifiedNameFinder (through a field). | verified fixed | e81e606 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T15:39:07Z | 2003-02-10T12:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameSearchResult.java | |
31,221 | Bug 31221 provide filter for closed projects [filters] | 20030206 closed projects are non-java projects but it does not work the other way so there's no (filter-based) way to remove only closed projects | resolved fixed | ac4a921 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T16:41:55Z | 2003-02-07T09:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/ClosedProjectFilter.java | |
31,221 | Bug 31221 provide filter for closed projects [filters] | 20030206 closed projects are non-java projects but it does not work the other way so there's no (filter-based) way to remove only closed projects | resolved fixed | ac4a921 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T16:41:55Z | 2003-02-07T09:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonJavaElementFilter.java | |
31,221 | Bug 31221 provide filter for closed projects [filters] | 20030206 closed projects are non-java projects but it does not work the other way so there's no (filter-based) way to remove only closed projects | resolved fixed | ac4a921 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T16:41:55Z | 2003-02-07T09:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonJavaProjectsFilter.java | |
31,478 | Bug 31478 Inline actions doen't check if resource is on class path | 20030206 Title says it all. | resolved fixed | d03f33a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T17:52:15Z | 2003-02-10T18:00:00Z | org.eclipse.jdt.ui/ui | |
31,478 | Bug 31478 Inline actions doen't check if resource is on class path | 20030206 Title says it all. | resolved fixed | d03f33a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T17:52:15Z | 2003-02-10T18:00:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/InlineConstantAction.java | |
31,478 | Bug 31478 Inline actions doen't check if resource is on class path | 20030206 Title says it all. | resolved fixed | d03f33a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T17:52:15Z | 2003-02-10T18:00:00Z | org.eclipse.jdt.ui/ui | |
31,478 | Bug 31478 Inline actions doen't check if resource is on class path | 20030206 Title says it all. | resolved fixed | d03f33a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T17:52:15Z | 2003-02-10T18:00:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/InlineMethodAction.java | |
31,478 | Bug 31478 Inline actions doen't check if resource is on class path | 20030206 Title says it all. | resolved fixed | d03f33a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T17:52:15Z | 2003-02-10T18:00:00Z | org.eclipse.jdt.ui/ui | |
31,478 | Bug 31478 Inline actions doen't check if resource is on class path | 20030206 Title says it all. | resolved fixed | d03f33a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T17:52:15Z | 2003-02-10T18:00:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RenameTempAction.java | |
31,478 | Bug 31478 Inline actions doen't check if resource is on class path | 20030206 Title says it all. | resolved fixed | d03f33a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T17:52:15Z | 2003-02-10T18:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineAction.java | package org.eclipse.jdt.ui.actions;
import org.eclipse.jface.dialogs.MessageDialog;
import org.eclipse.jface.text.ITextSelection;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.ui.IWorkbenchSite;
import org.eclipse.ui.help.WorkbenchHelp;
import ... |
31,478 | Bug 31478 Inline actions doen't check if resource is on class path | 20030206 Title says it all. | resolved fixed | d03f33a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T17:52:15Z | 2003-02-10T18:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineTempAction.java | /*******************************************************************************
* Copyright (c) 2002 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* which accompanies this... |
31,229 | Bug 31229 code templates pref page: opening a dialog on typing is unexpected [code manipulation] | 20030206 when i start typing (or even press an arrow key) in the template preview a dialog pops up it's unexpected and unusual | resolved fixed | 5e51940 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T18:15:39Z | 2003-02-07T09:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java | package org.eclipse.jdt.internal.ui.preferences;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.KeyAdapter;
import org.eclipse.swt.events.KeyEvent;
import org.eclipse.swt.graphics.Font;
i... |
31,307 | Bug 31307 Preview in "Push Down" flickers distractingly | - open "Push Down" dialog for a method that calls a private method - press "Preview" -> You get some errors. - scroll through the errors using the next action in the upper right corner -> the preview is first feeded with the new document and caret offset 0 and then reposition to the error offset. This is distracting. s... | resolved fixed | f31bedd | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T18:36:43Z | 2003-02-07T15:00:00Z | org.eclipse.jdt.ui/ui | |
31,307 | Bug 31307 Preview in "Push Down" flickers distractingly | - open "Push Down" dialog for a method that calls a private method - press "Preview" -> You get some errors. - scroll through the errors using the next action in the upper right corner -> the preview is first feeded with the new document and caret offset 0 and then reposition to the error offset. This is distracting. s... | resolved fixed | f31bedd | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T18:36:43Z | 2003-02-07T15:00:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/SourceContextViewer.java | |
31,088 | Bug 31088 member sort pref page - incorrect message | 20030206 it should say that this order is used by the Sort Members action otherwise people will have no clue in order order that action will sort their files | resolved fixed | 6da3023 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T18:52:34Z | 2003-02-06T14:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java | /*******************************************************************************
* Copyright (c) 2000, 2002 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies... |
31,226 | Bug 31226 Add Constructor Quick fix: Method body stub used, not constructor | 20030206 Add Constructor Quick fix: Method body stub used, not constructor 1. quick fix on B import java.rmi.server.Operation; public class B extends Operation { } | resolved fixed | a5d3245 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T18:57:30Z | 2003-02-07T09:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ConstructorFromSuperclassProposal.java | /*******************************************************************************
* Copyright (c) 2000, 2002 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* which accompanie... |
31,228 | Bug 31228 "Sort members" and markers | null | resolved fixed | f5fa7dc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-10T19:22:22Z | 2003-02-07T09:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SortMembersAction.java | /*******************************************************************************
* Copyright (c) 2003 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this... |
31,252 | Bug 31252 Change Method signature refactoring: Message is strangely located | 20030206 1. When opening the refactoring on a method to modify the method signature, a label at the bottom of the dialog says 'Specify the new order...' This message is strangely located. The indent is confusing. I suggest that the StatusDialog is used, (where the message background is different, and that the message g... | resolved fixed | 393531c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T10:05:11Z | 2003-02-07T12:13:20Z | org.eclipse.jdt.ui/ui | |
31,252 | Bug 31252 Change Method signature refactoring: Message is strangely located | 20030206 1. When opening the refactoring on a method to modify the method signature, a label at the bottom of the dialog says 'Specify the new order...' This message is strangely located. The indent is confusing. I suggest that the StatusDialog is used, (where the message background is different, and that the message g... | resolved fixed | 393531c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T10:05:11Z | 2003-02-07T12:13:20Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizardDialog2.java | |
31,215 | Bug 31215 close project enabled on a closed project | 20030206 create a non-java project in package explorer close it from the context menu open the context menu again - both 'open project' and 'close project' actions are enabled | verified fixed | c9ea9f2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T10:20:52Z | 2003-02-07T09:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ProjectActionGroup.java | /*******************************************************************************
* Copyright (c) 2002 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* which accompanies this... |
31,241 | Bug 31241 Unsufficient progress reporting when renaming a linked source folder | I20030206 - create a project - create a source folder ui and link it to the ui folder of org.eclipse.jdt.ui observe: you get lots of error messages due to missing imports - now rename the source folder to ui2 Observe: you get a progress bar in the application window. The progress gos to 95% really quick and then states... | resolved fixed | d1b9f09 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T10:42:51Z | 2003-02-07T12:13:20Z | org.eclipse.jdt.ui/ui | |
31,241 | Bug 31241 Unsufficient progress reporting when renaming a linked source folder | I20030206 - create a project - create a source folder ui and link it to the ui folder of org.eclipse.jdt.ui observe: you get lots of error messages due to missing imports - now rename the source folder to ui2 Observe: you get a progress bar in the application window. The progress gos to 95% really quick and then states... | resolved fixed | d1b9f09 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-11T10:42:51Z | 2003-02-07T12:13:20Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringStarter.java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.