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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
26,611 | Bug 26611 Code completion assumes multiple args of same type will take same value | Build 20021115 (M3) 1) Start with the following JCU: public abstract class A { private int fieldInt = 5; public void foo(int a, int b, int c) { } public void bar() { int integer = 5; fo<cursor-is-here> } } 2) Invoke code assist at the cursor position indicated above 3) From the list of completions, select the method fo... | resolved fixed | 423d78c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-19T17:06:10Z | 2002-11-18T20:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.text.java;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
import org.eclipse.jdt.core.CompletionRequestorAdapter;
import org.eclipse.jdt.core.ICompilat... |
26,611 | Bug 26611 Code completion assumes multiple args of same type will take same value | Build 20021115 (M3) 1) Start with the following JCU: public abstract class A { private int fieldInt = 5; public void foo(int a, int b, int c) { } public void bar() { int integer = 5; fo<cursor-is-here> } } 2) Invoke code assist at the cursor position indicated above 3) From the list of completions, select the method fo... | resolved fixed | 423d78c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-19T17:06:10Z | 2002-11-18T20:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuessingProposal.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.text.java;
import org.eclipse.swt.graphics.Image;
import org.eclipse.swt.graphics.Point;
import org.eclipse.swt.widgets.Shell;
import org.eclipse.jface.dialogs.MessageDialog;
import org.eclipse.jface.preference.I... |
26,314 | Bug 26314 Goto Matching Bracket bug with selection | 20021113 1. In this code action.setChecked(elements[i].equals(fHierarchyView.getInputElement())); select the last bracket with a selection of length 1. 2. press ctrl + shift + P 3. wrong bracket is matched | resolved fixed | 37cb754 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-19T17:24:38Z | 2002-11-14T16:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | /**********************************************************************
Copyright (c) 2000, 2002 IBM 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 distribution, and is available at
http://www... |
26,699 | Bug 26699 Create Jar fails with no warning if jar read-only | Once *.jardesc has been created, if I invoke "Create JAR" from the context menu and the jar file already exists and is read-only, the progress dialog flashes and nothing more happens. Please add check for this condition and at least an error message should be displayed. Even better, ask something like "Jar file read-on... | resolved fixed | 73ce812 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-20T13:28:51Z | 2002-11-19T21:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java | /*
* (c) Copyright IBM Corp. 2000, 2002.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.jarpackager;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.... |
26,498 | Bug 26498 No feedback when deleting empty package which is not a leaf [refactoring] | Build 20021114 1. Disable filtering of empty packages 2. Select an empty package which is not a leaf (e.g. junit.samples) 2. Delete it ==> no feedback, nothing happens. I see two solutions 1) Dialog informs the user about the fact that this thing can't be removed 2) Dialog asks the user if he want to delete everything ... | resolved fixed | 263f794 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-20T16:20:24Z | 2002-11-15T17:06:40Z | org.eclipse.jdt.ui/core | |
26,498 | Bug 26498 No feedback when deleting empty package which is not a leaf [refactoring] | Build 20021114 1. Disable filtering of empty packages 2. Select an empty package which is not a leaf (e.g. junit.samples) 2. Delete it ==> no feedback, nothing happens. I see two solutions 1) Dialog informs the user about the fact that this thing can't be removed 2) Dialog asks the user if he want to delete everything ... | resolved fixed | 263f794 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-20T16:20:24Z | 2002-11-15T17:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/DeleteRefactoring.java | |
26,102 | Bug 26102 inline method: NPE in SourceAnalyzer | smoke for 1113 junit Money line: 23 return m.addMoney(this); select 'addMoney' and choose 'inline' method nothing happens and 1 entry in the log: !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.code.SourceAnalyzer$ActivationAnalyz er.getLast... | resolved fixed | c2ba53b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-20T17:17:38Z | 2002-11-13T15:06:40Z | org.eclipse.jdt.ui/core | |
26,102 | Bug 26102 inline method: NPE in SourceAnalyzer | smoke for 1113 junit Money line: 23 return m.addMoney(this); select 'addMoney' and choose 'inline' method nothing happens and 1 entry in the log: !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.code.SourceAnalyzer$ActivationAnalyz er.getLast... | resolved fixed | c2ba53b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-20T17:17:38Z | 2002-11-13T15:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java | |
26,074 | Bug 26074 getter and setter wizard doesn't work for subclasses | With the following code block: public class Foo { protected String someString; } class Bar extends Foo { } If the Generate Getter and Setter wizard is opened inside the Bar class, a message indicating that the "operation not applicable to current text selection". Since a getter/setter has not been created in the superc... | resolved wontfix | 863bb44 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-21T11:50:52Z | 2002-11-13T04:00:00Z | org.eclipse.jdt.ui/core | |
26,074 | Bug 26074 getter and setter wizard doesn't work for subclasses | With the following code block: public class Foo { protected String someString; } class Bar extends Foo { } If the Generate Getter and Setter wizard is opened inside the Bar class, a message indicating that the "operation not applicable to current text selection". Since a getter/setter has not been created in the superc... | resolved wontfix | 863bb44 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-21T11:50:52Z | 2002-11-13T04:00:00Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java | |
26,641 | Bug 26641 No option to disable "Assignment ... has no effect" | 2.1 M3 I am missing an option to disable the compiler warning upon assigning a variable to itself... | resolved fixed | 09e5d24 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-21T13:03:29Z | 2002-11-19T07:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java | package org.eclipse.jdt.internal.ui.preferences;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Hashtable;
import java.util.List;
import java.util.Map;
import java.util.StringTokenizer;
import org.eclipse.core.resources.IResource;
import org.e... |
26,452 | Bug 26452 Wrong automatically generated import statements | For the following class: public final class OuterClass { void outerMethod() { new Object() { class Subroutine { } private void innerMethod() { Subroutine sub = null; } }; } } When one presses ctrl+shift+o the following statement is added: import OuterClass..Subroutine; | verified fixed | d8f652c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-21T16:53:59Z | 2002-11-15T11:33:20Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.ui.tests.core;
import java.io.File;
import java.util.zip.ZipFile;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.eclipse.core.runtime.Path;
import org.eclipse.jdt... |
26,452 | Bug 26452 Wrong automatically generated import statements | For the following class: public final class OuterClass { void outerMethod() { new Object() { class Subroutine { } private void innerMethod() { Subroutine sub = null; } }; } } When one presses ctrl+shift+o the following statement is added: import OuterClass..Subroutine; | verified fixed | d8f652c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-21T16:53:59Z | 2002-11-15T11:33:20Z | org.eclipse.jdt.ui/core | |
26,452 | Bug 26452 Wrong automatically generated import statements | For the following class: public final class OuterClass { void outerMethod() { new Object() { class Subroutine { } private void innerMethod() { Subroutine sub = null; } }; } } When one presses ctrl+shift+o the following statement is added: import OuterClass..Subroutine; | verified fixed | d8f652c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-21T16:53:59Z | 2002-11-15T11:33:20Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java | |
26,865 | Bug 26865 Import problem in InlineConstantRefactoring | null | resolved fixed | 5726c25 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-21T18:07:33Z | 2002-11-21T14:46:40Z | org.eclipse.jdt.ui/core | |
26,865 | Bug 26865 Import problem in InlineConstantRefactoring | null | resolved fixed | 5726c25 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-21T18:07:33Z | 2002-11-21T14:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineConstantRefactoring.java | |
26,261 | Bug 26261 Confusion after setting hover prefs due to disabled hover - remove hover toggle | 20021113 i set the 'shift' hover to source - nothing happens on hovering with shift down | resolved fixed | eb40e76 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T09:52:19Z | 2002-11-14T10:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditorActionContributor.java | /**********************************************************************
Copyright (c) 2000, 2002 IBM 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 distribution, and is available at
http://www... |
26,261 | Bug 26261 Confusion after setting hover prefs due to disabled hover - remove hover toggle | 20021113 i set the 'shift' hover to source - nothing happens on hovering with shift down | resolved fixed | eb40e76 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T09:52:19Z | 2002-11-14T10:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditorActionContributor.java | /**********************************************************************
Copyright (c) 2000, 2002 IBM 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 distribution, and is available at
http://www... |
26,261 | Bug 26261 Confusion after setting hover prefs due to disabled hover - remove hover toggle | 20021113 i set the 'shift' hover to source - nothing happens on hovering with shift down | resolved fixed | eb40e76 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T09:52:19Z | 2002-11-14T10:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/IJavaEditorActionConstants.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.javaeditor;
/**
* Defines action IDs for private JavaEditor actions.
*/
public interface IJavaEditorActionConstants {
/**
* ID of the action to toggle the style of the presentation.
*/
public static final... |
26,261 | Bug 26261 Confusion after setting hover prefs due to disabled hover - remove hover toggle | 20021113 i set the 'shift' hover to source - nothing happens on hovering with shift down | resolved fixed | eb40e76 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T09:52:19Z | 2002-11-14T10:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | /**********************************************************************
Copyright (c) 2000, 2002 IBM 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 distribution, and is available at
http://www... |
26,261 | Bug 26261 Confusion after setting hover prefs due to disabled hover - remove hover toggle | 20021113 i set the 'shift' hover to source - nothing happens on hovering with shift down | resolved fixed | eb40e76 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T09:52:19Z | 2002-11-14T10:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java | package org.eclipse.jdt.internal.ui.javaeditor;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import java.util.Enumeration;
import java.util.Hashtable;
import java.util.List;
import java.util.Vector;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.runtime.IAdaptable;
imp... |
26,261 | Bug 26261 Confusion after setting hover prefs due to disabled hover - remove hover toggle | 20021113 i set the 'shift' hover to source - nothing happens on hovering with shift down | resolved fixed | eb40e76 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T09:52:19Z | 2002-11-14T10:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaEditorTextHoverProxy.java | /**********************************************************************
Copyright (c) 2000, 2002 IBM 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 distribution, and is available at
http://www... |
26,261 | Bug 26261 Confusion after setting hover prefs due to disabled hover - remove hover toggle | 20021113 i set the 'shift' hover to source - nothing happens on hovering with shift down | resolved fixed | eb40e76 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T09:52:19Z | 2002-11-14T10:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.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 v1.0
* which accompanies this... |
26,261 | Bug 26261 Confusion after setting hover prefs due to disabled hover - remove hover toggle | 20021113 i set the 'shift' hover to source - nothing happens on hovering with shift down | resolved fixed | eb40e76 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T09:52:19Z | 2002-11-14T10:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.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... |
26,862 | Bug 26862 Packages view in Java Browsing updates to navigator selection [browsing] | If I open the Navigator in the Java Browsing perspective and select a non-jaa project, the Packages view shows the folders in the project as empty packages. I would have expected the packages view to be empty in this case. | resolved fixed | 8afb181 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T14:55:18Z | 2002-11-21T14:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.browsing;
import org.eclipse.jface.viewers.ILabelProvider;
import org.eclipse.jface.viewers.TableViewer;
import org.eclipse.ui.IActionBars;
import org.eclipse.ui.IWorkbenchActionConstants;
import org.eclipse.jdt... |
25,370 | Bug 25370 Linked Mode: Want to define where to focus | 20021022 I added a new feature that starts the linked mode on all usages of a variable. e.g. int i; i= 1; i++; would link all 3 occurrences of i, so when edited, all 3 references are changed simultanously. Problem is that the liked mode does not allow me to set the focus (where to edit) to e.g. the 'i' in 'i++'. The li... | resolved fixed | 5f2e5d3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T16:42:18Z | 2002-10-25T10:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedNamesAssistProposal.java | package org.eclipse.jdt.internal.ui.text.correction;
import java.util.ArrayList;
import org.eclipse.swt.graphics.Image;
import org.eclipse.swt.graphics.Point;
import org.eclipse.jface.text.BadLocationException;
import org.eclipse.jface.text.DocumentEvent;
import org.eclipse.jface.text.IDocument;
import org.eclipse.... |
25,370 | Bug 25370 Linked Mode: Want to define where to focus | 20021022 I added a new feature that starts the linked mode on all usages of a variable. e.g. int i; i= 1; i++; would link all 3 occurrences of i, so when edited, all 3 references are changed simultanously. Problem is that the liked mode does not allow me to set the focus (where to edit) to e.g. the 'i' in 'i++'. The li... | resolved fixed | 5f2e5d3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T16:42:18Z | 2002-10-25T10:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal.java | /**********************************************************************
Copyright (c) 2000, 2002 IBM 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 distribution, and is available at
http://www... |
25,370 | Bug 25370 Linked Mode: Want to define where to focus | 20021022 I added a new feature that starts the linked mode on all usages of a variable. e.g. int i; i= 1; i++; would link all 3 occurrences of i, so when edited, all 3 references are changed simultanously. Problem is that the liked mode does not allow me to set the focus (where to edit) to e.g. the 'i' in 'i++'. The li... | resolved fixed | 5f2e5d3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T16:42:18Z | 2002-10-25T10:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedPositionManager.java | /**********************************************************************
Copyright (c) 2000, 2002 IBM 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 distribution, and is available at
http://www... |
25,370 | Bug 25370 Linked Mode: Want to define where to focus | 20021022 I added a new feature that starts the linked mode on all usages of a variable. e.g. int i; i= 1; i++; would link all 3 occurrences of i, so when edited, all 3 references are changed simultanously. Problem is that the liked mode does not allow me to set the focus (where to edit) to e.g. the 'i' in 'i++'. The li... | resolved fixed | 5f2e5d3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T16:42:18Z | 2002-10-25T10:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedPositionUI.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.text.link;
import java.lang.reflect.InvocationTargetException;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.StyledText;
import org.eclipse.swt.custom.V... |
26,504 | Bug 26504 Refactoring - touches files not involved in action [refactiong] | 20021114 1. In the Java perspective, package explorer visible. 2. Open FilterDescriptor (jdt.ui) select ID_PLUGIN (line 76). 3. From the context menu choose Refactoring -> Inline Constant 4. On the first page press next 5. On the preview page, uncheck all checkboxes, except for the first 6. press finish. Several files ... | resolved fixed | 943f1d4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T16:43:44Z | 2002-11-15T19:53:20Z | org.eclipse.jdt.ui/core | |
26,504 | Bug 26504 Refactoring - touches files not involved in action [refactiong] | 20021114 1. In the Java perspective, package explorer visible. 2. Open FilterDescriptor (jdt.ui) select ID_PLUGIN (line 76). 3. From the context menu choose Refactoring -> Inline Constant 4. On the first page press next 5. On the preview page, uncheck all checkboxes, except for the first 6. press finish. Several files ... | resolved fixed | 943f1d4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T16:43:44Z | 2002-11-15T19:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/AbstractTextChange.java | |
26,504 | Bug 26504 Refactoring - touches files not involved in action [refactiong] | 20021114 1. In the Java perspective, package explorer visible. 2. Open FilterDescriptor (jdt.ui) select ID_PLUGIN (line 76). 3. From the context menu choose Refactoring -> Inline Constant 4. On the first page press next 5. On the preview page, uncheck all checkboxes, except for the first 6. press finish. Several files ... | resolved fixed | 943f1d4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T16:43:44Z | 2002-11-15T19:53:20Z | org.eclipse.jdt.ui/core | |
26,504 | Bug 26504 Refactoring - touches files not involved in action [refactiong] | 20021114 1. In the Java perspective, package explorer visible. 2. Open FilterDescriptor (jdt.ui) select ID_PLUGIN (line 76). 3. From the context menu choose Refactoring -> Inline Constant 4. On the first page press next 5. On the preview page, uncheck all checkboxes, except for the first 6. press finish. Several files ... | resolved fixed | 943f1d4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T16:43:44Z | 2002-11-15T19:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/TextFileChange.java | |
24,892 | Bug 24892 inline method does nothing | 20021016-I linux-gtk: public class Foo { public static final void foo() { System.out.println("hello"); } public static void main(String[] args) { foo(); } } 1. select foo() used in main 2. refactor inline method 3. press next 4. press back 5. press finish 6. observe that nothing happens | resolved fixed | 64e2080 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T17:28:58Z | 2002-10-17T10:20:00Z | org.eclipse.jdt.ui/core | |
24,892 | Bug 24892 inline method does nothing | 20021016-I linux-gtk: public class Foo { public static final void foo() { System.out.println("hello"); } public static void main(String[] args) { foo(); } } 1. select foo() used in main 2. refactor inline method 3. press next 4. press back 5. press finish 6. observe that nothing happens | resolved fixed | 64e2080 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T17:28:58Z | 2002-10-17T10:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java | |
24,892 | Bug 24892 inline method does nothing | 20021016-I linux-gtk: public class Foo { public static final void foo() { System.out.println("hello"); } public static void main(String[] args) { foo(); } } 1. select foo() used in main 2. refactor inline method 3. press next 4. press back 5. press finish 6. observe that nothing happens | resolved fixed | 64e2080 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T17:28:58Z | 2002-10-17T10:20:00Z | org.eclipse.jdt.ui/core | |
24,892 | Bug 24892 inline method does nothing | 20021016-I linux-gtk: public class Foo { public static final void foo() { System.out.println("hello"); } public static void main(String[] args) { foo(); } } 1. select foo() used in main 2. refactor inline method 3. press next 4. press back 5. press finish 6. observe that nothing happens | resolved fixed | 64e2080 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-22T17:28:58Z | 2002-10-17T10:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TargetProvider.java | |
26,746 | Bug 26746 Organize Imports leaves an unnecessary import of inner interface [code manipulation] | The compiler warns about an unnecessary import, while the organize imports does not remove it. This can be reproduced with these sources: MyClass.java: import MyInterface.MyInnerInterface; public class MyClass implements MyInterface{ public MyInnerInterface myMethod() { return null; } } MyInterface.java: public interfa... | resolved fixed | 4767461 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-25T15:50:08Z | 2002-11-20T11:00:00Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.ui.tests.core;
import java.io.File;
import java.util.zip.ZipFile;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.eclipse.core.runtime.Path;
import org.eclipse.jdt... |
26,746 | Bug 26746 Organize Imports leaves an unnecessary import of inner interface [code manipulation] | The compiler warns about an unnecessary import, while the organize imports does not remove it. This can be reproduced with these sources: MyClass.java: import MyInterface.MyInnerInterface; public class MyClass implements MyInterface{ public MyInnerInterface myMethod() { return null; } } MyInterface.java: public interfa... | resolved fixed | 4767461 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-25T15:50:08Z | 2002-11-20T11:00:00Z | org.eclipse.jdt.ui/core | |
26,746 | Bug 26746 Organize Imports leaves an unnecessary import of inner interface [code manipulation] | The compiler warns about an unnecessary import, while the organize imports does not remove it. This can be reproduced with these sources: MyClass.java: import MyInterface.MyInnerInterface; public class MyClass implements MyInterface{ public MyInnerInterface myMethod() { return null; } } MyInterface.java: public interfa... | resolved fixed | 4767461 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-25T15:50:08Z | 2002-11-20T11:00:00Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java | |
26,313 | Bug 26313 Assign to new local should not be available on assignmet statement | Build I2002113 Quick assist new local should not be available on statements like x= name when selecting name. | resolved fixed | e78128e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-25T17:22:09Z | 2002-11-14T16:06: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.AST;
import org.eclipse.jdt.core.dom.ASTNode;
import org.eclipse.jdt.core.do... |
26,306 | Bug 26306 Quick assist offers rename on expression | Build I20021113 - open TestCase.toString - select name()+"("+getClass().getName()+")" - open quick assist ==> offers rename (surprisingly) and not new local | resolved fixed | 6549d92 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-25T17:48:18Z | 2002-11-14T16:06:40Z | 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... |
26,265 | Bug 26265 No busy cursor when selecting type in type hierarchy [type hierarchy] | Build 20021113 - load JUnit - create hierarchy for TestCase - enlarge size of TestCase.java by duplicating methods - select Object in hierarchy - select TextCase in hierarchy observe: you don't get a busy cursor. IDE looks froozen. | resolved fixed | 4aa9aba | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-26T09:14:00Z | 2002-11-14T10:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.typehierarchy;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.runtime.CoreException;
import org.e... |
26,979 | Bug 26979 Outline pop-up: flicker when filtering | 1) open the outline pop-up (ctrl-O) 2) type in a letter ->observe that you can watch how the tree items are removed and then added again. Use of setRedraw(false/true) during filtering should avoid this flickering | resolved fixed | 8931ba1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-26T09:43:44Z | 2002-11-22T15:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java | |
26,979 | Bug 26979 Outline pop-up: flicker when filtering | 1) open the outline pop-up (ctrl-O) 2) type in a letter ->observe that you can watch how the tree items are removed and then added again. Use of setRedraw(false/true) during filtering should avoid this flickering | resolved fixed | 8931ba1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-26T09:43:44Z | 2002-11-22T15:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.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... |
26,546 | Bug 26546 In/correct quick fix for non-static access to static member [quick fix] | I have classes like so: com.me.Common extends org.junit.TestCase and com.me.MyTest extends Common. In my test, I have JUnit assertXXX calls coded like so: this.assertXXX(...); I therefore get warnings for non-static access to static members, which is nice! The quick fix changes this: this.assertXXX(...); to this: MyTes... | resolved fixed | e8a8f34 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-26T09:59:20Z | 2002-11-16T18: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... |
26,546 | Bug 26546 In/correct quick fix for non-static access to static member [quick fix] | I have classes like so: com.me.Common extends org.junit.TestCase and com.me.MyTest extends Common. In my test, I have JUnit assertXXX calls coded like so: this.assertXXX(...); I therefore get warnings for non-static access to static members, which is nice! The quick fix changes this: this.assertXXX(...); to this: MyTes... | resolved fixed | e8a8f34 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-26T09:59:20Z | 2002-11-16T18: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... |
27,114 | Bug 27114 something leaks StyleRanges and Lines | 180K of StyleReanges and 47K of Lines after: -open editor -close editor seems like StyleRange objects are never freed | resolved fixed | ef8dd97 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-26T10:46:51Z | 2002-11-25T18:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | /**********************************************************************
Copyright (c) 2000, 2002 IBM 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 distribution, and is available at
http://www... |
25,098 | Bug 25098 Quickfix for The local variable may not have been initialized.. [quick fix] | Often I write code like this: String name; try { name = "Good value"; int val = name.indexOf(42); } catch(Exception e) { throw new RuntimeException("Something went wrong with " + name); } The declaration of name is placed outside the try clause to provide access to it inside the catch. Here eclipse (as it should) compl... | resolved fixed | e554c60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-26T10:49:36Z | 2002-10-19T15: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... |
25,098 | Bug 25098 Quickfix for The local variable may not have been initialized.. [quick fix] | Often I write code like this: String name; try { name = "Good value"; int val = name.indexOf(42); } catch(Exception e) { throw new RuntimeException("Something went wrong with " + name); } The declaration of name is placed outside the try clause to provide access to it inside the catch. Here eclipse (as it should) compl... | resolved fixed | e554c60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-26T10:49:36Z | 2002-10-19T15:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.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... |
25,098 | Bug 25098 Quickfix for The local variable may not have been initialized.. [quick fix] | Often I write code like this: String name; try { name = "Good value"; int val = name.indexOf(42); } catch(Exception e) { throw new RuntimeException("Something went wrong with " + name); } The declaration of name is placed outside the try clause to provide access to it inside the catch. Here eclipse (as it should) compl... | resolved fixed | e554c60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-26T10:49:36Z | 2002-10-19T15: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... |
25,098 | Bug 25098 Quickfix for The local variable may not have been initialized.. [quick fix] | Often I write code like this: String name; try { name = "Good value"; int val = name.indexOf(42); } catch(Exception e) { throw new RuntimeException("Something went wrong with " + name); } The declaration of name is placed outside the try clause to provide access to it inside the catch. Here eclipse (as it should) compl... | resolved fixed | e554c60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-26T10:49:36Z | 2002-10-19T15:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java | package org.eclipse.jdt.internal.ui.text.correction;
import java.util.List;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.jdt.core.compiler.IProblem;
/**
*/
public class QuickFixProcessor implements ICorrectionProcessor {
public static boolean hasCorrections(int problemId) {
switch (proble... |
27,223 | Bug 27223 Search: NPE in goto marker action | !ENTRY org.eclipse.ui 4 4 Nov 27, 2002 11:44:06.250 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Nov 27, 2002 11:44:06.265 !MESSAGE Argument not valid !STACK 0 java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:2166) at org.eclipse.swt.SWT.error(... | resolved fixed | 70c1e44 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-28T13:22:04Z | 2002-11-27T09:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/GotoMarkerAction.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.search;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IMarker;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.swt.widge... |
27,264 | Bug 27264 opening/closing java files in presence of hiearchical package explorer is slow | will attach profiles | resolved fixed | 0e4efd7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-28T15:21:01Z | 2002-11-27T18:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java | /*
* (c) Copyright IBM Corp. 2000, 2002.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.packageview;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.resources.IResourceDelta;
import org.eclipse.swt.widg... |
27,264 | Bug 27264 opening/closing java files in presence of hiearchical package explorer is slow | will attach profiles | resolved fixed | 0e4efd7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-11-28T15:21:01Z | 2002-11-27T18:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageFragmentProvider.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... |
27,483 | Bug 27483 Early plugin activation of J9 launcher | 1) empty workspace 2) switch to Java perspectiv ->the J9 launcher plugin is activated | resolved fixed | c2388a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-02T13:43:50Z | 2002-12-02T11:53:20Z | org.eclipse.jdt.ui/core | |
27,483 | Bug 27483 Early plugin activation of J9 launcher | 1) empty workspace 2) switch to Java perspectiv ->the J9 launcher plugin is activated | resolved fixed | c2388a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-02T13:43:50Z | 2002-12-02T11:53:20Z | extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java | |
27,483 | Bug 27483 Early plugin activation of J9 launcher | 1) empty workspace 2) switch to Java perspectiv ->the J9 launcher plugin is activated | resolved fixed | c2388a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-02T13:43:50Z | 2002-12-02T11:53: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... |
26,223 | Bug 26223 [Action sets] Resouce Navigation should be enabled on JavaPerspectives by default. | Build id: 200211130841 Resouce Navigation action set should be enabled on java perspectives by default. | resolved fixed | efe02b5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-03T10:36:28Z | 2002-11-13T20:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPerspectiveFactory.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui;
import org.eclipse.ui.IFolderLayout;
import org.eclipse.ui.IPageLayout;
import org.eclipse.ui.IPerspectiveFactory;
import org.eclipse.search.ui.SearchUI;
import org.eclipse.debug.ui.IDebugUIConstants;
import org... |
26,223 | Bug 26223 [Action sets] Resouce Navigation should be enabled on JavaPerspectives by default. | Build id: 200211130841 Resouce Navigation action set should be enabled on java perspectives by default. | resolved fixed | efe02b5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-03T10:36:28Z | 2002-11-13T20:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoResourceAction.java | |
26,223 | Bug 26223 [Action sets] Resouce Navigation should be enabled on JavaPerspectives by default. | Build id: 200211130841 Resouce Navigation action set should be enabled on java perspectives by default. | resolved fixed | efe02b5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-03T10:36:28Z | 2002-11-13T20:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.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... |
27,462 | Bug 27462 [startup] SearchPlugin is loaded when Java plug-in gets loaded | The Java UI plugin eagerly activates the Search plugin. There are 2 reason: 1) ISearchPageScore adapter that is registered 2) fSearchResultViewEntryAdapterFactory we should investigate whether we can reduce this plugin activation. | resolved fixed | 58624b6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-03T15:28:28Z | 2002-11-30T23:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/EditorInputAdapterFactory.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui;
import org.eclipse.core.runtime.IAdapterFactory;
import org.eclipse.search.ui.ISearchPageScoreComputer;
import org.eclipse.jdt.internal.ui.search.JavaSearchPageScoreComputer;
/**
* Adapter factory to support ... |
27,462 | Bug 27462 [startup] SearchPlugin is loaded when Java plug-in gets loaded | The Java UI plugin eagerly activates the Search plugin. There are 2 reason: 1) ISearchPageScore adapter that is registered 2) fSearchResultViewEntryAdapterFactory we should investigate whether we can reduce this plugin activation. | resolved fixed | 58624b6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-03T15:28:28Z | 2002-11-30T23:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaElementAdapterFactory.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.runtime.IAdaptable;
import org.eclipse.core.runtime.IAda... |
27,462 | Bug 27462 [startup] SearchPlugin is loaded when Java plug-in gets loaded | The Java UI plugin eagerly activates the Search plugin. There are 2 reason: 1) ISearchPageScore adapter that is registered 2) fSearchResultViewEntryAdapterFactory we should investigate whether we can reduce this plugin activation. | resolved fixed | 58624b6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-03T15:28:28Z | 2002-11-30T23:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/MarkerAdapterFactory.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui;
import org.eclipse.core.runtime.IAdapterFactory;
import org.eclipse.search.ui.ISearchPageScoreComputer;
import org.eclipse.jdt.internal.ui.search.JavaSearchPageScoreComputer;
/**
* Adapter factory to support ... |
27,491 | Bug 27491 Cannot add classpath variable to project | build id : 200212020010 The buttons OK and extend... are always disabled in the add variable dialog | resolved fixed | ab59e23 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-04T08:10:46Z | 2002-12-02T14:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.wizards.dialogfields;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.KeyAdapter;
import org.eclipse.swt.events.KeyEvent;
i... |
27,730 | Bug 27730 Link not recolor on paste | I20021127 - copy some text - position the I beam on a line where you want to paste - position the cursor over a type name - press Ctrl to get the link highlighting - press V to paste the text observe: the link disappears but the type name is still rendered in blue. | resolved fixed | 66ccfa2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-05T11:24:08Z | 2002-12-05T09:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | /**********************************************************************
Copyright (c) 2000, 2002 IBM 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 distribution, and is available at
http://www... |
27,512 | Bug 27512 Auto-indent levels broken for cut and paste | On M3: 1) Double-click on the opening brace '{' of a method. 2) Cut the method body. 3) Paste the method body. Problem: indentation is mangled incorrectly. | resolved fixed | 213899a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-06T13:52:35Z | 2002-12-02T17:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java | package org.eclipse.jdt.internal.ui.text.java;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import java.util.Iterator;
import java.util.NoSuchElementException;
import org.eclipse.jface.preference.IPreferenceStore;
import org.eclipse.jface.text.BadLocationException;
import org.eclipse.jface.t... |
27,849 | Bug 27849 Organize Imports not working in Type with compilation errors | affected build: I20020412 "Orginze Imports" doesn't work with I have a bigger source file with some or more compilation errors _AND_ the cursor is position behind more or less compilation errors. If the cursor is in before the fist few compilation error, Organize Imports works as expected, if not the following exceptio... | resolved fixed | 4d8e429 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-09T10:12:16Z | 2002-12-06T15:53:20Z | org.eclipse.jdt.ui/core | |
27,849 | Bug 27849 Organize Imports not working in Type with compilation errors | affected build: I20020412 "Orginze Imports" doesn't work with I have a bigger source file with some or more compilation errors _AND_ the cursor is position behind more or less compilation errors. If the cursor is in before the fist few compilation error, Organize Imports works as expected, if not the following exceptio... | resolved fixed | 4d8e429 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-09T10:12:16Z | 2002-12-06T15:53:20Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java | |
27,878 | Bug 27878 infinite loop? | build N1206 on Win2K, IBM VM 1.3.1 in the big workspace I started up, opened the java perspective and navigated to org.eclipse.core.resources/src. When I clicked to expand the src folder my CPU went to 100% for alone time (forever?). Using ctrl-break I got the attached core dump which indicates that the RenameSupport.c... | resolved fixed | b0c1f43 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-09T10:34:08Z | 2002-12-07T00:13:20Z | org.eclipse.jdt.ui/ui | |
27,878 | Bug 27878 infinite loop? | build N1206 on Win2K, IBM VM 1.3.1 in the big workspace I started up, opened the java perspective and navigated to org.eclipse.core.resources/src. When I clicked to expand the src folder my CPU went to 100% for alone time (forever?). Using ctrl-break I got the attached core dump which indicates that the RenameSupport.c... | resolved fixed | b0c1f43 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-09T10:34:08Z | 2002-12-07T00:13:20Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringSupport.java | |
27,878 | Bug 27878 infinite loop? | build N1206 on Win2K, IBM VM 1.3.1 in the big workspace I started up, opened the java perspective and navigated to org.eclipse.core.resources/src. When I clicked to expand the src folder my CPU went to 100% for alone time (forever?). Using ctrl-break I got the attached core dump which indicates that the RenameSupport.c... | resolved fixed | b0c1f43 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-09T10:34:08Z | 2002-12-07T00:13:20Z | org.eclipse.jdt.ui/ui | |
27,878 | Bug 27878 infinite loop? | build N1206 on Win2K, IBM VM 1.3.1 in the big workspace I started up, opened the java perspective and navigated to org.eclipse.core.resources/src. When I clicked to expand the src folder my CPU went to 100% for alone time (forever?). Using ctrl-break I got the attached core dump which indicates that the RenameSupport.c... | resolved fixed | b0c1f43 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-09T10:34:08Z | 2002-12-07T00:13:20Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RenameJavaElementAction.java | |
27,878 | Bug 27878 infinite loop? | build N1206 on Win2K, IBM VM 1.3.1 in the big workspace I started up, opened the java perspective and navigated to org.eclipse.core.resources/src. When I clicked to expand the src folder my CPU went to 100% for alone time (forever?). Using ctrl-break I got the attached core dump which indicates that the RenameSupport.c... | resolved fixed | b0c1f43 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-09T10:34:08Z | 2002-12-07T00:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/IRefactoringRenameSupport.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.reorg;
import org.eclipse.swt.widgets.Shell;
import org.eclipse.jdt.core.JavaModelException;
/**
* Abstraction layer for renaming using refactoring.
*/
public interface IRefactoringRenameSupport {
/**
* wh... |
27,878 | Bug 27878 infinite loop? | build N1206 on Win2K, IBM VM 1.3.1 in the big workspace I started up, opened the java perspective and navigated to org.eclipse.core.resources/src. When I clicked to expand the src folder my CPU went to 100% for alone time (forever?). Using ctrl-break I got the attached core dump which indicates that the RenameSupport.c... | resolved fixed | b0c1f43 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-09T10:34:08Z | 2002-12-07T00:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/refactoring/RenameSupport.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 v1.0
* which accompanies this... |
27,075 | Bug 27075 ViewerSorter could maybe lazily initialize Collator | calling JavaElementSorter creates a lot of new objects (ViewerSorter calls Collator.getInstance() which is the culprit) so maybe fSorter could be initialized lazily | resolved fixed | bf897e6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-09T18:27:51Z | 2002-11-25T10:26:40Z | 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... |
27,075 | Bug 27075 ViewerSorter could maybe lazily initialize Collator | calling JavaElementSorter creates a lot of new objects (ViewerSorter calls Collator.getInstance() which is the culprit) so maybe fSorter could be initialized lazily | resolved fixed | bf897e6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-09T18:27:51Z | 2002-11-25T10:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.wizards.dialogfields;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.KeyAdapter;
import org.eclipse.swt.events.KeyEvent;
i... |
27,075 | Bug 27075 ViewerSorter could maybe lazily initialize Collator | calling JavaElementSorter creates a lot of new objects (ViewerSorter calls Collator.getInstance() which is the culprit) so maybe fSorter could be initialized lazily | resolved fixed | bf897e6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-09T18:27:51Z | 2002-11-25T10:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementSorter.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... |
5,295 | Bug 5295 Segmented view misses field comment | Build 20011025 1. Create the following CU: X.java ------ public class X { String s1 = "s1"; //comment for s1 } 2. Make sure that 'Show Source of Selected Element Only' is selected 3. In the Outline, select field 's1' Observe: The comment doesn't appear near the field declaration. | verified fixed | 5cecf07 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-10T00:35:03Z | 2001-10-26T15:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaParseTreeBuilder.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.compare;
import java.util.Stack;
import org.eclipse.jface.text.IDocument;
import org.eclipse.jdt.internal.compiler.*;
import org.eclipse.jdt.internal.compiler.env.ICompilationUnit;
class JavaParseTreeBuilder ex... |
27,764 | Bug 27764 IResource.findMarkers is called too often | null | resolved fixed | aa5adb6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-10T10:19:21Z | 2002-12-05T14:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.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... |
27,764 | Bug 27764 IResource.findMarkers is called too often | null | resolved fixed | aa5adb6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-10T10:19:21Z | 2002-12-05T14:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.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... |
27,561 | Bug 27561 ProblemsLabelDecorator.getErrorTicksFromWorkingCopy should avoid calling exists() | input for 20021203 calling exists() is expensive ironically, it may be cheaper to let the exception happen (we do not expect it to heppen to frequently), catch it and do the right thing will attach profile showing that method taking 8% of time needed to open java editor | resolved fixed | 7da55fe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-10T10:32:05Z | 2002-12-03T12:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ProblemsLabelDecorator.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... |
27,194 | Bug 27194 StringMatcher bug - matches too much | null | resolved fixed | 7d6e4a3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-11T16:20:27Z | 2002-11-26T22:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/StringMatcher.java | |
28,102 | Bug 28102 Folder not refreshed after adding a file | Build 20021210 Add "Eclipse JDT Builds" from CVS repository (ottcvs1) Open Package Explorer Switch to hierarchical layout Add a text file to "scripts" ==> it does not show up works with flat layout. | resolved fixed | 9048e22 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-11T16:25:46Z | 2002-12-11T15:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java | /*
* (c) Copyright IBM Corp. 2000, 2002.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.packageview;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.resources.IResourceDelta;
import org.eclipse.swt.widg... |
28,152 | Bug 28152 IAE when opening editor | Build 20021210 + plugin export 20021211 Got the following IAE when trying to open an editor. java.lang.IllegalArgumentException at org.eclipse.core.runtime.Preferences.setValue(Preferences.java:1164) at org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferenceStore.setValue (AbstractUIPlugin.java:455) at org.eclip... | resolved fixed | 2c39fc2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-12T10:57:44Z | 2002-12-12T10:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementSorter.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... |
27,687 | Bug 27687 Jar export: Cannot export java project as a jar when manifest file is present | Steps to reproduce: 1. Create a java project 2. Create a simple folder in your project. Call it "META-INF". 3. Create a simple file in the META-INF folder. Call it "MANIFEST.MF". 4. In the context menu of your java project, click "Export" and select JAR file. 5. Fill in the export destination path and click Next. 6. Cl... | resolved fixed | 9f8dbe9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-12T16:55:25Z | 2002-12-04T19:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java | /*
* (c) Copyright IBM Corp. 2000, 2002.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.jarpackager;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayLi... |
22,164 | Bug 22164 Referencing JavaPlugin class in earlyStartup causes invalid thread access [misc] | It is possible that this is not a bug, either because it's known & not supported to because it's internal API, but it was rather unexpected, bizzare behavor. I have a plugin which depends on JDT-UI. This plugin also happens to implement IStartup. If at anypoint, I load the org.eclipse.jdt.internal.ui.JavaPlugin class f... | resolved fixed | faac42c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-12T18:27:54Z | 2002-08-05T12:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.viewsupport;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.runtime.IAdaptable;
import org.eclipse.core.runtime.IPath;
import org.eclipse.swt.graphics... |
27,292 | Bug 27292 FindActions should not call exists on selectionChanged | null | resolved fixed | e64822e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-13T09:58:14Z | 2002-11-28T10:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java | |
27,429 | Bug 27429 [Dialogs] Space usage of type info cache | null | closed fixed | 3ae6b79 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-13T10:26:36Z | 2002-11-29T20:00:00Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/TypeInfoTest.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.ui.tests.core;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import java.util.zip.ZipFile;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org... |
27,429 | Bug 27429 [Dialogs] Space usage of type info cache | null | closed fixed | 3ae6b79 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-13T10:26:36Z | 2002-11-29T20:00:00Z | org.eclipse.jdt.ui/core | |
27,429 | Bug 27429 [Dialogs] Space usage of type info cache | null | closed fixed | 3ae6b79 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-13T10:26:36Z | 2002-11-29T20:00:00Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java | |
27,429 | Bug 27429 [Dialogs] Space usage of type info cache | null | closed fixed | 3ae6b79 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-13T10:26:36Z | 2002-11-29T20:00:00Z | org.eclipse.jdt.ui/core | |
27,429 | Bug 27429 [Dialogs] Space usage of type info cache | null | closed fixed | 3ae6b79 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-13T10:26:36Z | 2002-11-29T20:00:00Z | extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java | |
27,429 | Bug 27429 [Dialogs] Space usage of type info cache | null | closed fixed | 3ae6b79 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-13T10:26:36Z | 2002-11-29T20:00:00Z | org.eclipse.jdt.ui/core | |
27,429 | Bug 27429 [Dialogs] Space usage of type info cache | null | closed fixed | 3ae6b79 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-13T10:26:36Z | 2002-11-29T20:00:00Z | extension/org/eclipse/jdt/internal/corext/util/IFileTypeInfo.java | |
27,429 | Bug 27429 [Dialogs] Space usage of type info cache | null | closed fixed | 3ae6b79 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-13T10:26:36Z | 2002-11-29T20:00:00Z | org.eclipse.jdt.ui/core | |
27,429 | Bug 27429 [Dialogs] Space usage of type info cache | null | closed fixed | 3ae6b79 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-13T10:26:36Z | 2002-11-29T20:00:00Z | extension/org/eclipse/jdt/internal/corext/util/JarFileEntryTypeInfo.java | |
27,429 | Bug 27429 [Dialogs] Space usage of type info cache | null | closed fixed | 3ae6b79 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-13T10:26:36Z | 2002-11-29T20:00:00Z | org.eclipse.jdt.ui/core | |
27,429 | Bug 27429 [Dialogs] Space usage of type info cache | null | closed fixed | 3ae6b79 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-13T10:26:36Z | 2002-11-29T20:00:00Z | extension/org/eclipse/jdt/internal/corext/util/Strings.java | |
27,429 | Bug 27429 [Dialogs] Space usage of type info cache | null | closed fixed | 3ae6b79 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-13T10:26:36Z | 2002-11-29T20:00:00Z | org.eclipse.jdt.ui/core |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.