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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3,968 | Bug 3968 Rename refactoring for overridden methods should be more supportive (1GFAYM4) | EG (6/14/01 10:46:47 AM) 1) try to renaming a method that is overridden from a base class 2) the precondition check tells me that I should do this in the most abstract class. I'm not told what this abstract class is. If we can't compute it easily we should offer to open the type hierarchy on this type. NOTES: AK (8/15/... | resolved fixed | b055bd7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-08T17:18:43Z | 2001-10-11T03:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ReorderParametersRefactoring.java | |
8,150 | Bug 8150 Override methods dialog is too long | The Override methods dialog takes up the entire depth of the screen in Windows Standard Extra large. This is acceptable but if it doesn't need to be this large it should be reduced in size. STEPS 1) Create a class that implements java.sql.Statement 2) Select Override Methods from the Outline View 3) Very long dialog op... | verified fixed | e762ef9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-08T17:25:33Z | 2002-01-23T15:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OverrideMethodQuery.java | package org.eclipse.jdt.internal.ui.actions;
import java.util.ArrayList;
import java.util.HashSet;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.swt.widgets.Shell;
import org.eclipse.jface.viewers.ILabelProvider;
import org.eclipse.jface.viewers.ITreeContentProvider;
import org.eclipse.jface.viewers.V... |
8,150 | Bug 8150 Override methods dialog is too long | The Override methods dialog takes up the entire depth of the screen in Windows Standard Extra large. This is acceptable but if it doesn't need to be this large it should be reduced in size. STEPS 1) Create a class that implements java.sql.Statement 2) Select Override Methods from the Outline View 3) Very long dialog op... | verified fixed | e762ef9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-08T17:25:33Z | 2002-01-23T15:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/CheckedTreeSelectionDialog.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.dialogs;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.BusyIndicator;
import org.e... |
8,150 | Bug 8150 Override methods dialog is too long | The Override methods dialog takes up the entire depth of the screen in Windows Standard Extra large. This is acceptable but if it doesn't need to be this large it should be reduced in size. STEPS 1) Create a class that implements java.sql.Statement 2) Select Override Methods from the Outline View 3) Very long dialog op... | verified fixed | e762ef9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-08T17:25:33Z | 2002-01-23T15:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/ElementTreeSelectionDialog.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.dialogs;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.BusyIndicator;
import org.eclipse.swt.events.SelectionAdapter;
import org.eclipse.swt.events.S... |
8,689 | Bug 8689 TVT - Attach Source title is truncated | This defect was opened due to TVT testing on WSAD. On the Libraries tab of the Java Build Path properties, click on Attach Source button. Click on the Extension button for the Root variable path. The title is too long in French and it gets truncated (15 characters are truncated). | resolved fixed | 5314767 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-08T18:00:27Z | 2002-01-29T16:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/CheckedTreeSelectionDialog.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.dialogs;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.BusyIndicator;
import org.e... |
8,689 | Bug 8689 TVT - Attach Source title is truncated | This defect was opened due to TVT testing on WSAD. On the Libraries tab of the Java Build Path properties, click on Attach Source button. Click on the Extension button for the Root variable path. The title is too long in French and it gets truncated (15 characters are truncated). | resolved fixed | 5314767 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-08T18:00:27Z | 2002-01-29T16:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/ElementTreeSelectionDialog.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.dialogs;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.BusyIndicator;
import org.eclipse.swt.events.SelectionAdapter;
import org.eclipse.swt.events.S... |
6,191 | Bug 6191 Should be able to select contents of string | In a previous version of Eclipse, and in VAJ, and in VAME, I could double-click inside a Java string and select the whole string. This is handy for replacing the text in the string. For example, if you have a string "This is a pretty long string and it is incorrect" then you could double-click in between the first " an... | resolved fixed | 1b2bb23 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-09T13:52:42Z | 2001-11-21T22:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaStringDoubleClickSelector.java | |
6,191 | Bug 6191 Should be able to select contents of string | In a previous version of Eclipse, and in VAJ, and in VAME, I could double-click inside a Java string and select the whole string. This is handy for replacing the text in the string. For example, if you have a string "This is a pretty long string and it is incorrect" then you could double-click in between the first " an... | resolved fixed | 1b2bb23 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-09T13:52:42Z | 2001-11-21T22:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java | package org.eclipse.jdt.ui.text;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import java.util.Vector;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Shell;
import org.eclipse.jface.preference.IPreferenceStore;
import org.eclipse.jface.text.DefaultInformationControl;
import org... |
9,108 | Bug 9108 Preference page for templates - position of edit is awkward (minor) | stable 20020125 (not really a bug - just feedback) On the Templates preference page the "Edit..." butt is poorly placed. - Initially I didn't notice it and kept trying to use what looked to to be the text/edit area at the bottom of the page - only to discover it was read only. - Now that I have found it <g>, I have unf... | verified fixed | beabf67 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-09T14:51:42Z | 2002-02-05T17:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TemplatePreferencePage.java | package org.eclipse.jdt.internal.ui.preferences;
import java.io.File;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclipse.swt.graphics.Font;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt... |
9,066 | Bug 9066 ClassCastException opening a editor. | Got the following error opening a editor. Not sure how to reproduce it. 4 org.eclipse.ui 0 org.eclipse.ui.texteditor.AbstractDocumentProvider$ElementInfo java.lang.ClassCastException: org.eclipse.ui.texteditor.AbstractDocumentProvider$ElementInfo at org.eclipse.ui.editors.text.StorageDocumentProvider.isReadOnly (Storag... | resolved fixed | be83af4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-09T15:30:55Z | 2002-02-04T22:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.java | package org.eclipse.jdt.internal.ui.javaeditor;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import org.eclipse.core.resources.IResource;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.jface.text.Document;
import org.eclips... |
9,066 | Bug 9066 ClassCastException opening a editor. | Got the following error opening a editor. Not sure how to reproduce it. 4 org.eclipse.ui 0 org.eclipse.ui.texteditor.AbstractDocumentProvider$ElementInfo java.lang.ClassCastException: org.eclipse.ui.texteditor.AbstractDocumentProvider$ElementInfo at org.eclipse.ui.editors.text.StorageDocumentProvider.isReadOnly (Storag... | resolved fixed | be83af4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-09T15:30:55Z | 2002-02-04T22:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java | package org.eclipse.jdt.internal.ui.javaeditor;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.jdt.core.IClassFile;
import org.eclipse.jdt.cor... |
9,066 | Bug 9066 ClassCastException opening a editor. | Got the following error opening a editor. Not sure how to reproduce it. 4 org.eclipse.ui 0 org.eclipse.ui.texteditor.AbstractDocumentProvider$ElementInfo java.lang.ClassCastException: org.eclipse.ui.texteditor.AbstractDocumentProvider$ElementInfo at org.eclipse.ui.editors.text.StorageDocumentProvider.isReadOnly (Storag... | resolved fixed | be83af4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-09T15:30:55Z | 2002-02-04T22:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | package org.eclipse.jdt.internal.ui.javaeditor;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IMarker;
import org.eclipse.core.resources.IR... |
9,227 | Bug 9227 Exception during pull up methods refactoring | Log: Thu Feb 07 15:25:38 MSK 2002 4 org.eclipse.jdt.ui 1 Internal Error java.lang.reflect.InvocationTargetException: Java Model Exception: Java Model Status [put does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:452) at org.eclipse.jdt.internal.core.JavaElement.getRa... | resolved fixed | 51ce151 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-11T19:13:23Z | 2002-02-07T11:06:40Z | org.eclipse.jdt.ui/core | |
9,227 | Bug 9227 Exception during pull up methods refactoring | Log: Thu Feb 07 15:25:38 MSK 2002 4 org.eclipse.jdt.ui 1 Internal Error java.lang.reflect.InvocationTargetException: Java Model Exception: Java Model Status [put does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:452) at org.eclipse.jdt.internal.core.JavaElement.getRa... | resolved fixed | 51ce151 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-11T19:13:23Z | 2002-02-07T11:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java | |
7,945 | Bug 7945 Search results not selected in external jar | Build 20020115 1. Make sure you have JDK1.3.1 as the default JRE (and that you have source for rt.jar) 2. Open java.io.File 3. Select field 'tmpFir' 4. Searcg for references to this field 5. You should get 3 matches in method getTempDir() 6. Double-click on the search result Observe: The first match is not selected. | resolved fixed | 812ae9f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-11T19:29:36Z | 2002-01-21T16:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileMarkerAnnotationModel.java | package org.eclipse.jdt.internal.ui.javaeditor;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import org.eclipse.core.resources.IMarker;
import org.eclipse.core.resources.IMarkerDelta;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.resources.IResourceChangeEvent;
import ... |
8,121 | Bug 8121 Wrong labels in rename method refactoring | Labels of the container nodes in the preview page of the Rename refactoring are a constant string: "update method references" or "update method reference" This is bad - it should show the name of the CU like in the type refactoring. Furthermore it should name declarations changes as such and not as reference changes. | resolved fixed | 4eadb7b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-11T19:51:08Z | 2002-01-23T15:33:20Z | org.eclipse.jdt.ui/core | |
8,121 | Bug 8121 Wrong labels in rename method refactoring | Labels of the container nodes in the preview page of the Rename refactoring are a constant string: "update method references" or "update method reference" This is bad - it should show the name of the CU like in the type refactoring. Furthermore it should name declarations changes as such and not as reference changes. | resolved fixed | 4eadb7b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-11T19:51:08Z | 2002-01-23T15:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodRefactoring.java | |
8,121 | Bug 8121 Wrong labels in rename method refactoring | Labels of the container nodes in the preview page of the Rename refactoring are a constant string: "update method references" or "update method reference" This is bad - it should show the name of the CU like in the type refactoring. Furthermore it should name declarations changes as such and not as reference changes. | resolved fixed | 4eadb7b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-11T19:51:08Z | 2002-01-23T15:33:20Z | org.eclipse.jdt.ui/core | |
8,121 | Bug 8121 Wrong labels in rename method refactoring | Labels of the container nodes in the preview page of the Rename refactoring are a constant string: "update method references" or "update method reference" This is bad - it should show the name of the CU like in the type refactoring. Furthermore it should name declarations changes as such and not as reference changes. | resolved fixed | 4eadb7b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-11T19:51:08Z | 2002-01-23T15:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePrivateMethodRefactoring.java | |
7,882 | Bug 7882 Rename method to Constructor Name: Warning shows twice | When renaming a method, I enter the class name, and press Next. I get warning that the method will have a constructor name, but I get this same warning twice. | verified fixed | 0354228 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-12T11:44:28Z | 2002-01-18T13:20:00Z | org.eclipse.jdt.ui/core | |
7,882 | Bug 7882 Rename method to Constructor Name: Warning shows twice | When renaming a method, I enter the class name, and press Next. I get warning that the method will have a constructor name, but I get this same warning twice. | verified fixed | 0354228 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-12T11:44:28Z | 2002-01-18T13:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodRefactoring.java | |
8,118 | Bug 8118 Extract Local Variable: Cant extract my expression | 1. junit.swing.AboutDialog: select 'GridBagConstraints.CENTER' try to extract it as local variable. -> can't, refactoring claims that this is not an expression. | verified fixed | 09778c7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-12T12:54:29Z | 2002-01-23T15:33:20Z | org.eclipse.jdt.ui/core | |
8,118 | Bug 8118 Extract Local Variable: Cant extract my expression | 1. junit.swing.AboutDialog: select 'GridBagConstraints.CENTER' try to extract it as local variable. -> can't, refactoring claims that this is not an expression. | verified fixed | 09778c7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-12T12:54:29Z | 2002-01-23T15:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java | |
8,911 | Bug 8911 Set defaults for new Java Class Wizard's method stubs options | In the new Java Class Wizard, I would like to change the default options for the method stubs. Currently, it always defaults to no main method, no constructors from superclass and inherit abstract methods. | verified fixed | 8e38296 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-12T13:10:46Z | 2002-02-01T10:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewClassCreationWizardPage.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.wizards;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Label;
import org.eclipse.core.resources.IProject;... |
8,110 | Bug 8110 Extract Local Variable Dialog details | - mnemonics missing - description is almost the same as label of the name field. -> name field could be simple 'Variable name:' - huge dialog - the tree on the second page should be expanded (to some degree at last) | verified fixed | ee3242f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-12T15:26:22Z | 2002-01-23T15:33:20Z | org.eclipse.jdt.ui/ui | |
8,110 | Bug 8110 Extract Local Variable Dialog details | - mnemonics missing - description is almost the same as label of the name field. -> name field could be simple 'Variable name:' - huge dialog - the tree on the second page should be expanded (to some degree at last) | verified fixed | ee3242f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-12T15:26:22Z | 2002-01-23T15:33:20Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractTempInputPage.java | |
5,811 | Bug 5811 [preferences] Pref to set editor background color | It would be very useful to add a preference to change the background color of the Java editor, since all of the other elements are editable. | resolved fixed | 8a2963a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-12T16:48:39Z | 2001-11-12T18:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.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 java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import org.eclipse.swt.SWT;
imp... |
9,479 | Bug 9479 exception on package creation (discouraged name) | 1. try creating a package named A Log: Tue Feb 12 18:20:54 CET 2002 4 org.eclipse.jdt.ui 1 Internal Error Java Model Exception: Java Model Status [Invalid name specified: A.] at org.eclipse.jdt.internal.core.JavaModelOperation.execute (JavaModelOperation.java:270) at org.eclipse.jdt.internal.core.JavaModelOperation.run... | resolved fixed | ad2ad0d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-12T18:29:11Z | 2002-02-12T16:06:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
9,479 | Bug 9479 exception on package creation (discouraged name) | 1. try creating a package named A Log: Tue Feb 12 18:20:54 CET 2002 4 org.eclipse.jdt.ui 1 Internal Error Java Model Exception: Java Model Status [Invalid name specified: A.] at org.eclipse.jdt.internal.core.JavaModelOperation.execute (JavaModelOperation.java:270) at org.eclipse.jdt.internal.core.JavaModelOperation.run... | resolved fixed | ad2ad0d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-12T18:29:11Z | 2002-02-12T16:06:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/RenameTypeTests.java | |
9,304 | Bug 9304 new class wizard: incorrect terminology used | 1. new class wizard 2. press Add.. in interfaces 3. the dialog you see has a title 'Extended Interfaces Selection' this is incorrect - it should be 'Implemented Interfaces Selection' (this bug was pointed out on the wsad newsgroup) | verified fixed | eda4d5a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-12T18:37:39Z | 2002-02-08T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/TypePage.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.wizards;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.core.resources.IWorkspaceRoot;
import org.eclipse.core.runtime.CoreException;
imp... |
9,495 | Bug 9495 NPE Deleting project that has a launcher | If you delete a project that you have launched from before you get a NullPointerException STEPS 1) Load a test suite (I used the org.eclipse.ui.tests) 2) Run them. 3) Delete the project from the ResourceNavigator. 1 org.eclipse.core.resources 4 *** Stack trace of contained exception *** Log: Tue Feb 12 16:25:54 EST 200... | resolved fixed | 36851be | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-13T22:10:50Z | 2002-02-12T21:40:00Z | org.eclipse.jdt.junit/Eclipse | |
9,495 | Bug 9495 NPE Deleting project that has a launcher | If you delete a project that you have launched from before you get a NullPointerException STEPS 1) Load a test suite (I used the org.eclipse.ui.tests) 2) Run them. 3) Delete the project from the ResourceNavigator. 1 org.eclipse.core.resources 4 *** Stack trace of contained exception *** Log: Tue Feb 12 16:25:54 EST 200... | resolved fixed | 36851be | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-13T22:10:50Z | 2002-02-12T21:40:00Z | JUnit/org/eclipse/jdt/internal/junit/oldlauncher/JUnitBaseLauncherDelegate.java | |
9,517 | Bug 9517 Browser Perspective: new project doesn't show up in project view part | Test pass for M3 - open eclipse - switch to browser perspective - open context menu in project view part - select New->Project - create JUnit project observe: new project doesn't show up in project view part | resolved fixed | 9196996 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-14T10:42:32Z | 2002-02-13T08:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/ProjectsView.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.browsing;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.jface.viewers.StructuredViewer;
import org.eclipse.jdt.core.IJavaElement;
import org.eclipse.jdt.core.IJavaModel... |
9,528 | Bug 9528 CCE while coping a project to the clipboard | Test pass for M3 Got the following CCE while copying text to the clipboard. java.lang.ClassCastException: org.eclipse.jdt.internal.core.JavaProject at org.eclipse.jdt.internal.ui.reorg.SourceReferenceAction.getWorkingCopyElements (SourceReferenceAction.java:139) at org.eclipse.jdt.internal.ui.reorg.SourceReferenceActio... | resolved fixed | af2c531 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-14T10:56:29Z | 2002-02-13T08:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/SourceReferenceAction.java | package org.eclipse.jdt.internal.ui.reorg;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.swt.custom.BusyIndicator;
import org.eclipse.jface.viewers.ISelectionProvider;
import org.eclipse.jface.viewers.IStructuredSelect... |
9,741 | Bug 9741 Organize import is gone from the context menu | Is this intentional? | resolved fixed | edf2d4c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-14T11:38:26Z | 2002-02-13T19:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | package org.eclipse.jdt.internal.ui.javaeditor;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import java.lang.reflect.InvocationTargetException;
import java.util.Iterator;
import org.eclipse.swt.custom.StyledText;
import org.eclipse.swt.events.KeyEvent;
import org.eclipse.swt.events.KeyList... |
9,570 | Bug 9570 [Java Browsing] Types View not updated on deletion | 1) Select a method in a type, i.e. all viewers are populated, editor is visible 2) Deactivate linking between active editor and navigator in workbench preferences 3) Deactivate auto build 3) Prespective>Show View>Navigator 4) Pin Navigator 5) Select the file of the previously selected method 6) Context Menu>Delete -> M... | resolved fixed | 1446fda | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-14T12:06:33Z | 2002-02-13T11:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.browsing;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.eclip... |
9,537 | Bug 9537 IllegalArg exception in edtior when doing cut in Outline view | IllegalArg exception in edtior when doing delete in Outline view (or any other view with J elements - see depending bug). 1. Make RepeatedTest.java read-only 2. Open RepeatedTest.java 3. Delete "toString" in Outline view 4. Delete "toString" in Outline view ==> org.eclipse.swt.SWTException: Failed to execute runnable (... | resolved fixed | bc24740 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-14T14:57:00Z | 2002-02-13T11:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | package org.eclipse.jdt.internal.ui.javaeditor;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import java.lang.reflect.InvocationTargetException;
import java.util.Iterator;
import org.eclipse.swt.custom.StyledText;
import org.eclipse.swt.events.KeyEvent;
import org.eclipse.swt.events.KeyList... |
9,571 | Bug 9571 [Java Browsing] Views not updated when folder of package is deleted | 1) Select a method in a type, i.e. all viewers are populated, editor is visible 2) Deactivate linking between active editor and navigator in workbench preferences 3) Deactivate auto build 3) Prespective>Show View>Navigator 4) Pin Navigator 5) Select the folder containing the file of the previously selected method 6) Co... | resolved fixed | b8dcad8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-14T15:59:25Z | 2002-02-13T11:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaElementContentProvider.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.swt.widgets.Control;
import org.eclipse.jface.view... |
9,737 | Bug 9737 Invalid thread access initializing JavaPlugin | Build 20020212 - I opened a self hosting workspace from the previous build, with only the resources perspective operation - The default installed JRE was a J9 VM - I caused a build to happen, and it looks like the PDE builder caused a whole chain of plugin activations, including JavaPlugin (strange that a core plugin c... | verified fixed | 3ab7288 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-14T16:07:00Z | 2002-02-13T19: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... |
9,818 | Bug 9818 Java Browsing: Editor with non-java resource flushes views | null | resolved fixed | 7ddabae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-14T16:09:32Z | 2002-02-14T15:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.browsing;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.eclip... |
9,774 | Bug 9774 ProblemTreeViewer does not handle adaptable label updates | If a label update event comes to the ProblemTreeViewer whose element is an IResource the update does not occur as handleLabelProviderChanged (LabelProviderChangedEvent event)checks for an item by equality and does not handle the case where a resource is the element for an event but objects that adapt to resources are b... | resolved fixed | 9aa9ce5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-14T17:12:38Z | 2002-02-13T19:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.java | package org.eclipse.jdt.internal.ui.viewsupport;
import java.util.Set;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Control;
import org.eclipse.swt.widgets.Item;
import org.eclipse.swt.widgets.Tree;
import org.eclipse.swt.widgets.Widget;
import org.eclipse.core.resources.IResource;
import... |
9,819 | Bug 9819 ImageDescriptorRegistry must empty hash map in dispose | Current code is: public void dispose() { for (Iterator iter= fRegistry.values().iterator(); iter.hasNext(); ) { Image image= (Image)iter.next(); image.dispose(); } } Statement fRegistry.clear() missing after dispose Current implementation doesn't cause harm since calling dispose on a dispose image is ignored. Must be f... | resolved fixed | ea3e9d5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T11:22:07Z | 2002-02-14T15:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ImageDescriptorRegistry.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.viewsupport;
import java.util.HashMap;
import java.util.Iterator;
import org.eclipse.swt.graphics.Image;
import org.eclipse.swt.widgets.Display;
import org.eclipse.jdt.internal.ui.util.SWTUtil;
import org.eclips... |
9,614 | Bug 9614 template: {return_type} puts incorrect form of type name | 1. public String a(){ return null; } 2. use the following template: {return_type} 3. it inserts: QString; instead of String it makes this variable unusable | resolved fixed | 0db19a9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T11:49:28Z | 2002-02-13T14:20:00Z | org.eclipse.jdt.ui/core | |
9,614 | Bug 9614 template: {return_type} puts incorrect form of type name | 1. public String a(){ return null; } 2. use the following template: {return_type} 3. it inserts: QString; instead of String it makes this variable unusable | resolved fixed | 0db19a9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T11:49:28Z | 2002-02-13T14:20:00Z | extension/org/eclipse/jdt/internal/corext/template/java/JavaContextType.java | |
9,099 | Bug 9099 Exception in hierarchy updating after deleting a project | 1) create a workspace with JUnit open 2) open an editor so that the outline view is populated 3) delete JUnit JDT Core needs to handle this case more gracefully. You get the following JavaModelException Java Model Exception: Java Model Status [JUnit does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPr... | resolved fixed | bd06be7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T12:40:45Z | 2002-02-05T14:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyLifeCycle.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.typehierarchy;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.core.runtime.IStatus;
im... |
9,640 | Bug 9640 template pref page: more vars should be availale in javadoc mode | vars like: package project sometimes even type (rarely method) are useful also in javadoc context | resolved fixed | 019e4fc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T15:20:39Z | 2002-02-13T14:20:00Z | org.eclipse.jdt.ui/core | |
9,640 | Bug 9640 template pref page: more vars should be availale in javadoc mode | vars like: package project sometimes even type (rarely method) are useful also in javadoc context | resolved fixed | 019e4fc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T15:20:39Z | 2002-02-13T14:20:00Z | extension/org/eclipse/jdt/internal/corext/template/ContextType.java | |
9,640 | Bug 9640 template pref page: more vars should be availale in javadoc mode | vars like: package project sometimes even type (rarely method) are useful also in javadoc context | resolved fixed | 019e4fc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T15:20:39Z | 2002-02-13T14:20:00Z | org.eclipse.jdt.ui/core | |
9,640 | Bug 9640 template pref page: more vars should be availale in javadoc mode | vars like: package project sometimes even type (rarely method) are useful also in javadoc context | resolved fixed | 019e4fc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T15:20:39Z | 2002-02-13T14:20:00Z | extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContext.java | |
9,640 | Bug 9640 template pref page: more vars should be availale in javadoc mode | vars like: package project sometimes even type (rarely method) are useful also in javadoc context | resolved fixed | 019e4fc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T15:20:39Z | 2002-02-13T14:20:00Z | org.eclipse.jdt.ui/core | |
9,640 | Bug 9640 template pref page: more vars should be availale in javadoc mode | vars like: package project sometimes even type (rarely method) are useful also in javadoc context | resolved fixed | 019e4fc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T15:20:39Z | 2002-02-13T14:20:00Z | extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContextType.java | |
9,640 | Bug 9640 template pref page: more vars should be availale in javadoc mode | vars like: package project sometimes even type (rarely method) are useful also in javadoc context | resolved fixed | 019e4fc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T15:20:39Z | 2002-02-13T14:20:00Z | org.eclipse.jdt.ui/core | |
9,640 | Bug 9640 template pref page: more vars should be availale in javadoc mode | vars like: package project sometimes even type (rarely method) are useful also in javadoc context | resolved fixed | 019e4fc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T15:20:39Z | 2002-02-13T14:20:00Z | extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java | |
9,640 | Bug 9640 template pref page: more vars should be availale in javadoc mode | vars like: package project sometimes even type (rarely method) are useful also in javadoc context | resolved fixed | 019e4fc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T15:20:39Z | 2002-02-13T14:20:00Z | org.eclipse.jdt.ui/core | |
9,640 | Bug 9640 template pref page: more vars should be availale in javadoc mode | vars like: package project sometimes even type (rarely method) are useful also in javadoc context | resolved fixed | 019e4fc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T15:20:39Z | 2002-02-13T14:20:00Z | extension/org/eclipse/jdt/internal/corext/template/java/JavaContextType.java | |
9,640 | Bug 9640 template pref page: more vars should be availale in javadoc mode | vars like: package project sometimes even type (rarely method) are useful also in javadoc context | resolved fixed | 019e4fc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T15:20:39Z | 2002-02-13T14:20:00Z | org.eclipse.jdt.ui/core | |
9,640 | Bug 9640 template pref page: more vars should be availale in javadoc mode | vars like: package project sometimes even type (rarely method) are useful also in javadoc context | resolved fixed | 019e4fc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T15:20:39Z | 2002-02-13T14:20:00Z | extension/org/eclipse/jdt/internal/corext/template/java/JavaDocContext.java | |
9,640 | Bug 9640 template pref page: more vars should be availale in javadoc mode | vars like: package project sometimes even type (rarely method) are useful also in javadoc context | resolved fixed | 019e4fc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T15:20:39Z | 2002-02-13T14:20:00Z | org.eclipse.jdt.ui/core | |
9,640 | Bug 9640 template pref page: more vars should be availale in javadoc mode | vars like: package project sometimes even type (rarely method) are useful also in javadoc context | resolved fixed | 019e4fc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T15:20:39Z | 2002-02-13T14:20:00Z | extension/org/eclipse/jdt/internal/corext/template/java/JavaDocContextType.java | |
9,640 | Bug 9640 template pref page: more vars should be availale in javadoc mode | vars like: package project sometimes even type (rarely method) are useful also in javadoc context | resolved fixed | 019e4fc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T15:20:39Z | 2002-02-13T14:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/TemplateEngine.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.text.template;
import java.util.ArrayList;
import org.eclipse.jface.text.BadLocationException;
import org.eclipse.jface.text.IDocument;
import org.eclipse.jface.text.IRegion;
import org.eclipse.jface.text.ITextVi... |
9,654 | Bug 9654 Modify Parameters: Dialog details | a. buttons are too small b. marking between button and list is too large, top button should be aligned with dialog top c. the table should have a label so it can contain a mnemonic d. when coming up, no table entry is selected. however, both move buttons are enabled e. multiple selection should be allowed, as move up /... | resolved fixed | 80bfbf6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T16:11:13Z | 2002-02-13T17:06:40Z | org.eclipse.jdt.ui/core | |
9,654 | Bug 9654 Modify Parameters: Dialog details | a. buttons are too small b. marking between button and list is too large, top button should be aligned with dialog top c. the table should have a label so it can contain a mnemonic d. when coming up, no table entry is selected. however, both move buttons are enabled e. multiple selection should be allowed, as move up /... | resolved fixed | 80bfbf6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T16:11:13Z | 2002-02-13T17:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/RenameParametersRefactoring.java | |
9,852 | Bug 9852 StringMatcher does not match more than *.(extension) | I believe that there is a bug in StringMatcher.java. We are using this class for more sophisticated file name matching for the search scope, but it was not matching all cases that it should. I believe that the code change should be as follows: In method match Change: /* process middle segments */ for ( ; i < segCount &... | resolved fixed | 30895f2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-15T18:01:24Z | 2002-02-14T20:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/StringMatcher.java | |
7,681 | Bug 7681 Structured results expands import statements | 1) catch-up with the team 2) double click on a Java file to see the structured changes ->the first node which is typically the import container is expanded and scrolls away the more interesting changes. Suggest that the structured view knows about the importcontainer and does not expand it. | verified fixed | 9422a30 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-25T18:19:35Z | 2002-01-16T14:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureDiffViewer.java | /*
* (c) Copyright IBM Corp. 2002.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.compare;
import org.eclipse.swt.widgets.*;
import org.eclipse.jface.action.*;
import org.eclipse.jface.util.PropertyChangeEvent;
import org.eclipse.compare.*;
import org.eclipse.compare.internal.ChangePropertyAction;
... |
10,054 | Bug 10054 Selected markers not usable for "Selected Resources" search | 1. Select a marker 2. Open Search dialog 3. Do a search with "Selected Resources" as scope The scope should consist of the resources at which the markers are attached | resolved fixed | 7606ffe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-25T22:09:09Z | 2002-02-21T14:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* 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... |
9,940 | Bug 9940 Request: decorators in java browsing views | Feature request. I'd like the decorators (the team decorators in particular <g>) to appear in the Java browsing views when turned on. | resolved fixed | 46d238e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-26T15:04:49Z | 2002-02-15T21:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.browsing;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.eclip... |
9,666 | Bug 9666 Browser Perspective: No Code Generation Actions | 20020212 Add getter/setter. override ect not avaiable in browser perspective Need to use GenerateGroup | resolved fixed | 8ef1f2c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-26T16:00:24Z | 2002-02-13T17:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.browsing;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.eclip... |
10,276 | Bug 10276 Search dialog has wrong labels | null | resolved fixed | 0875ffb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-28T09:30:38Z | 2002-02-26T16:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaElementAction.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.swt.widgets.Shell;
import org.eclipse.jface.action.Action;
import org.eclipse.jface.viewers.IL... |
10,182 | Bug 10182 Illegal argument selecting in interface | Build 20020214 1) Create the following CU: package packagea; /** */ public interface ITest { public void foo(int arg); } 2) Open in java editor, and select "int arg". 3) Hit Alt + Left arrow Internal error, null argument. Stack trace is: org.eclipse.jdt.internal.corext.refactoring.Assert$AssertionFailedException: null ... | resolved fixed | 33ded14 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-28T11:58:54Z | 2002-02-25T18:00:00Z | org.eclipse.jdt.ui/ui | |
10,182 | Bug 10182 Illegal argument selecting in interface | Build 20020214 1) Create the following CU: package packagea; /** */ public interface ITest { public void foo(int arg); } 2) Open in java editor, and select "int arg". 3) Hit Alt + Left arrow Internal error, null argument. Stack trace is: org.eclipse.jdt.internal.corext.refactoring.Assert$AssertionFailedException: null ... | resolved fixed | 33ded14 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-28T11:58:54Z | 2002-02-25T18:00:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/structureselection/StructureSelectionAction.java | |
10,382 | Bug 10382 Super type hierarchy computed on selection change in Outline | Build 20020226 In the Outline, each time you select another method, a super type hierarchy is computed. This is less than efficient. Here is the call stack: Thread [main] (Suspended) org.eclipse.jdt.internal.core.SourceType.newSupertypeHierarchy (org.eclipse.core.runtime.IProgressMonitor) line: 248 org.eclipse.jdt.inte... | resolved fixed | 0170b1f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-28T14:41:44Z | 2002-02-27T14:26:40Z | org.eclipse.jdt.ui/core | |
10,382 | Bug 10382 Super type hierarchy computed on selection change in Outline | Build 20020226 In the Outline, each time you select another method, a super type hierarchy is computed. This is less than efficient. Here is the call stack: Thread [main] (Suspended) org.eclipse.jdt.internal.core.SourceType.newSupertypeHierarchy (org.eclipse.core.runtime.IProgressMonitor) line: 248 org.eclipse.jdt.inte... | resolved fixed | 0170b1f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-28T14:41:44Z | 2002-02-27T14:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java | |
10,382 | Bug 10382 Super type hierarchy computed on selection change in Outline | Build 20020226 In the Outline, each time you select another method, a super type hierarchy is computed. This is less than efficient. Here is the call stack: Thread [main] (Suspended) org.eclipse.jdt.internal.core.SourceType.newSupertypeHierarchy (org.eclipse.core.runtime.IProgressMonitor) line: 248 org.eclipse.jdt.inte... | resolved fixed | 0170b1f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-28T14:41:44Z | 2002-02-27T14:26:40Z | org.eclipse.jdt.ui/ui | |
10,382 | Bug 10382 Super type hierarchy computed on selection change in Outline | Build 20020226 In the Outline, each time you select another method, a super type hierarchy is computed. This is less than efficient. Here is the call stack: Thread [main] (Suspended) org.eclipse.jdt.internal.core.SourceType.newSupertypeHierarchy (org.eclipse.core.runtime.IProgressMonitor) line: 248 org.eclipse.jdt.inte... | resolved fixed | 0170b1f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-02-28T14:41:44Z | 2002-02-27T14:26:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringGroup.java | |
10,570 | Bug 10570 ast: CatchClause has incorrect startingPoint | CatchClause begins on the 'e' temp here: package p; class A{ void m(){ try{ } catch (Exception e){ m(); } } } | resolved fixed | a35906a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-01T11:46:08Z | 2002-03-01T10:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/StructureSelectionAction/A_test23.java | |
10,570 | Bug 10570 ast: CatchClause has incorrect startingPoint | CatchClause begins on the 'e' temp here: package p; class A{ void m(){ try{ } catch (Exception e){ m(); } } } | resolved fixed | a35906a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-01T11:46:08Z | 2002-03-01T10:53:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
10,570 | Bug 10570 ast: CatchClause has incorrect startingPoint | CatchClause begins on the 'e' temp here: package p; class A{ void m(){ try{ } catch (Exception e){ m(); } } } | resolved fixed | a35906a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-01T11:46:08Z | 2002-03-01T10:53:20Z | cases/org/eclipse/jdt/ui/tests/actions/StructureSelectionActionTests.java | |
5,793 | Bug 5793 Searching and search result presentation | I should be able to tell search whether it should consider potential matcher or not. Often I use search for references as the peer operation to open on selection, i.e., e.g., I know there is exactly one caller and I want to jump to it. In addition, potential matches should be presented at the end of the result list and... | resolved fixed | 4bf90d7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-01T15:07:59Z | 2001-11-12T15:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultLabelProvider.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.swt.graphics.Image;
import org.eclipse.jface.viewers.LabelProvider;
import org.eclipse.search... |
10,577 | Bug 10577 Java Search: search scope "Selected resource" not working | Switch to new StructuredSelectionProvider intruduced this bug a) because the provider does not do code resolve if the input is not a selection service b) because at the time the selection service is asked for the selection it takes the selection form the newly opened Search view | resolved fixed | 146a199 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-01T15:08:56Z | 2002-03-01T13:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* 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... |
6,700 | Bug 6700 Code assist should not just beep | suggest to show a status message: Could not complete due to syntax errors. This is also better for accessability reasons. | resolved fixed | e728bec | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-01T15:15:17Z | 2001-12-08T00:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | package org.eclipse.jdt.internal.ui.javaeditor;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import java.lang.reflect.InvocationTargetException;
import java.util.Iterator;
import org.eclipse.swt.custom.StyledText;
import org.eclipse.swt.events.KeyEvent;
import org.eclipse.swt.events.KeyList... |
10,470 | Bug 10470 Delete/Reorg: Assertion failed during delete | build 20020226 This happened when deleting (DEL) a type but I can no longer reproduce it. Log: Thu Feb 28 14:46:37 CET 2002 4 org.eclipse.ui 0 assertion failed; org.eclipse.jdt.internal.corext.refactoring.Assert$AssertionFailedException: assertion failed; Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<... | resolved fixed | 8dbf060 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-04T17:30:27Z | 2002-02-28T12:40:00Z | org.eclipse.jdt.ui/core | |
10,470 | Bug 10470 Delete/Reorg: Assertion failed during delete | build 20020226 This happened when deleting (DEL) a type but I can no longer reproduce it. Log: Thu Feb 28 14:46:37 CET 2002 4 org.eclipse.ui 0 assertion failed; org.eclipse.jdt.internal.corext.refactoring.Assert$AssertionFailedException: assertion failed; Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<... | resolved fixed | 8dbf060 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-04T17:30:27Z | 2002-02-28T12:40:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/SourceReferenceSourceRangeComputer.java | |
10,236 | Bug 10236 Enable decorators in Type hierarchy view | See the packages view for how to do this. | resolved fixed | af6ae76 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-04T18:05:13Z | 2002-02-26T07:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.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.swt.SWT;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Menu;
import org.eclipse.swt.widgets.ScrollBa... |
10,236 | Bug 10236 Enable decorators in Type hierarchy view | See the packages view for how to do this. | resolved fixed | af6ae76 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-04T18:05:13Z | 2002-02-26T07:53: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... |
10,571 | Bug 10571 WizardPage shows plug-ins not found when plug-ins exist | 1)File->import...->External Plug-ins and Fragments 2)Next 3)Select 'import plug-ins from the file system' and choose some location ex. C:\Temp 4)Next : the wizard page appears showing no plug-ins found 5)Back 6)Select 'choose from plug-ins in the runtime platform' 7)Next The wizard page will appear showing no plug-ins ... | resolved fixed | 89a93ad | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-05T15:39:05Z | 2002-03-01T10:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test16_in.java | |
10,571 | Bug 10571 WizardPage shows plug-ins not found when plug-ins exist | 1)File->import...->External Plug-ins and Fragments 2)Next 3)Select 'import plug-ins from the file system' and choose some location ex. C:\Temp 4)Next : the wizard page appears showing no plug-ins found 5)Back 6)Select 'choose from plug-ins in the runtime platform' 7)Next The wizard page will appear showing no plug-ins ... | resolved fixed | 89a93ad | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-05T15:39:05Z | 2002-03-01T10:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test16_out.java | |
10,571 | Bug 10571 WizardPage shows plug-ins not found when plug-ins exist | 1)File->import...->External Plug-ins and Fragments 2)Next 3)Select 'import plug-ins from the file system' and choose some location ex. C:\Temp 4)Next : the wizard page appears showing no plug-ins found 5)Back 6)Select 'choose from plug-ins in the runtime platform' 7)Next The wizard page will appear showing no plug-ins ... | resolved fixed | 89a93ad | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-05T15:39:05Z | 2002-03-01T10:53:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
10,571 | Bug 10571 WizardPage shows plug-ins not found when plug-ins exist | 1)File->import...->External Plug-ins and Fragments 2)Next 3)Select 'import plug-ins from the file system' and choose some location ex. C:\Temp 4)Next : the wizard page appears showing no plug-ins found 5)Back 6)Select 'choose from plug-ins in the runtime platform' 7)Next The wizard page will appear showing no plug-ins ... | resolved fixed | 89a93ad | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-05T15:39:05Z | 2002-03-01T10:53:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/InlineTempTests.java | |
10,601 | Bug 10601 Refactor should obey formatting rules | Refactoring operations should: a) attempt to preserve the original formatting as much as possible b) when new code is being generated, obey the formatting rules set in the preferences page. I have a specific example of Refactor disobeying the rules. There may be more: #1) ensure that your formatting rules are all set t... | resolved fixed | 967765d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-05T17:16:33Z | 2002-03-01T19:13:20Z | org.eclipse.jdt.ui/core | |
10,601 | Bug 10601 Refactor should obey formatting rules | Refactoring operations should: a) attempt to preserve the original formatting as much as possible b) when new code is being generated, obey the formatting rules set in the preferences page. I have a specific example of Refactor disobeying the rules. There may be more: #1) ensure that your formatting rules are all set t... | resolved fixed | 967765d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-05T17:16:33Z | 2002-03-01T19:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java | |
10,550 | Bug 10550 Hilight cursor row (accessibility for the visually impaired) | null | verified fixed | 9f0c24b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-06T17:44:00Z | 2002-02-28T23:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BracketPainter.java | |
10,550 | Bug 10550 Hilight cursor row (accessibility for the visually impaired) | null | verified fixed | 9f0c24b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-06T17:44:00Z | 2002-02-28T23:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | package org.eclipse.jdt.internal.ui.javaeditor;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import java.lang.reflect.InvocationTargetException;
import java.util.Iterator;
import org.eclipse.swt.custom.StyledText;
import org.eclipse.swt.events.KeyEvent;
import org.eclipse.swt.events.KeyList... |
10,550 | Bug 10550 Hilight cursor row (accessibility for the visually impaired) | null | verified fixed | 9f0c24b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-06T17:44:00Z | 2002-02-28T23:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/IPainter.java | |
10,550 | Bug 10550 Hilight cursor row (accessibility for the visually impaired) | null | verified fixed | 9f0c24b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-06T17:44:00Z | 2002-02-28T23:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/IPositionManager.java | |
10,550 | Bug 10550 Hilight cursor row (accessibility for the visually impaired) | null | verified fixed | 9f0c24b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-06T17:44:00Z | 2002-02-28T23:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/LinePainter.java | |
10,550 | Bug 10550 Hilight cursor row (accessibility for the visually impaired) | null | verified fixed | 9f0c24b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-06T17:44:00Z | 2002-02-28T23:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/PaintManager.java | |
10,550 | Bug 10550 Hilight cursor row (accessibility for the visually impaired) | null | verified fixed | 9f0c24b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-06T17:44:00Z | 2002-02-28T23:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.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 java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import org.eclipse.swt.SWT;
imp... |
10,832 | Bug 10832 NullPointerException when running JUnit Tests from Eclipse. | When running Junit Test from Eclipse using the JUnit plugin I get an internal error as soon as the Tests run through without failures or errors. Processing of TestCases stops at that point. I have always used the latest stable build (currently 20020214) but always got the same error. org.eclipse.swt.SWTException: Faile... | resolved fixed | 1046e58 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T10:51:12Z | 2002-03-06T07:33:20Z | org.eclipse.jdt.junit/Eclipse | |
10,832 | Bug 10832 NullPointerException when running JUnit Tests from Eclipse. | When running Junit Test from Eclipse using the JUnit plugin I get an internal error as soon as the Tests run through without failures or errors. Processing of TestCases stops at that point. I have always used the latest stable build (currently 20020214) but always got the same error. org.eclipse.swt.SWTException: Faile... | resolved fixed | 1046e58 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T10:51:12Z | 2002-03-06T07:33:20Z | JUnit/org/eclipse/jdt/internal/junit/ui/Attic/FailureRunView.java | |
10,832 | Bug 10832 NullPointerException when running JUnit Tests from Eclipse. | When running Junit Test from Eclipse using the JUnit plugin I get an internal error as soon as the Tests run through without failures or errors. Processing of TestCases stops at that point. I have always used the latest stable build (currently 20020214) but always got the same error. org.eclipse.swt.SWTException: Faile... | resolved fixed | 1046e58 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T10:51:12Z | 2002-03-06T07:33:20Z | org.eclipse.jdt.junit/Eclipse |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.