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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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/FailureRunView.java | |
10,597 | Bug 10597 JavaModelException after renaming method | 20020228 I renamed a method and the parent type was showing in the type hierarchy. 4 org.eclipse.jdt.ui 1 Internal Error Java Model Exception: Java Model Status [createRetryQueryWithNoWorkingDirectory does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:452) at org.ecli... | resolved fixed | ec28e09 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T17:22:41Z | 2002-03-01T16:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabels.java | package org.eclipse.jdt.internal.ui.viewsupport;
import org.eclipse.core.resources.IStorage;
import org.eclipse.core.runtime.IAdaptable;
import org.eclipse.ui.model.IWorkbenchAdapter;
import org.eclipse.jdt.core.IClassFile;
import org.eclipse.jdt.core.IClasspathEntry;
import org.eclipse.jdt.core.ICompilationUnit;
im... |
10,957 | Bug 10957 IllegalArgumentException from drawing Highlight Line | 20020305 Dont know if reproducible: 1. create new project with 2 classes pack.A & pack.B 2. add a long comment to B 3. Open Browser perspective, no editors open 4. Select B (opens editor), select comment, now switch to A ->IAE (Editor is reused) java.lang.IllegalArgumentException: Index out of bounds Stack trace: java/... | resolved fixed | 2188ec3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T17:34:50Z | 2002-03-07T16:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/LinePainter.java | package org.eclipse.jdt.internal.ui.javaeditor;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import org.eclipse.swt.custom.LineBackgroundEvent;
import org.eclipse.swt.custom.LineBackgroundListener;
import org.eclipse.swt.custom.StyledText;
import org.eclipse.swt.custom.StyledTextContent;
impo... |
10,387 | Bug 10387 Code Assist crashes on constructor parameters | Using Nightly 0227 (but it's been present for since before the previous stable build) I get an exception thrown whenever I do code-assist on constructor parameters. example: throw new FlowHandlerException(<code-assist> "fillin argument names on completion" doesn't appear to change this. FlowHandlerException is a standa... | resolved fixed | 9a77a01 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T18:07:35Z | 2002-02-27T14:26:40Z | org.eclipse.jdt.ui/core | |
10,387 | Bug 10387 Code Assist crashes on constructor parameters | Using Nightly 0227 (but it's been present for since before the previous stable build) I get an exception thrown whenever I do code-assist on constructor parameters. example: throw new FlowHandlerException(<code-assist> "fillin argument names on completion" doesn't appear to change this. FlowHandlerException is a standa... | resolved fixed | 9a77a01 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T18:07:35Z | 2002-02-27T14:26:40Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java | |
10,387 | Bug 10387 Code Assist crashes on constructor parameters | Using Nightly 0227 (but it's been present for since before the previous stable build) I get an exception thrown whenever I do code-assist on constructor parameters. example: throw new FlowHandlerException(<code-assist> "fillin argument names on completion" doesn't appear to change this. FlowHandlerException is a standa... | resolved fixed | 9a77a01 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T18:07:35Z | 2002-02-27T14:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnonymousTypeCompletionProposal.java | package org.eclipse.jdt.internal.ui.text.java;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.swt.graphics.Image;
import org.eclipse.jface.text.BadLocationException;
import org.eclipse.jface.text.IDocument;
import org.eclipse.jface.text.IRegion;
import org.eclipse.jface.util.Assert;
import org.ec... |
10,387 | Bug 10387 Code Assist crashes on constructor parameters | Using Nightly 0227 (but it's been present for since before the previous stable build) I get an exception thrown whenever I do code-assist on constructor parameters. example: throw new FlowHandlerException(<code-assist> "fillin argument names on completion" doesn't appear to change this. FlowHandlerException is a standa... | resolved fixed | 9a77a01 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T18:07:35Z | 2002-02-27T14:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java | package org.eclipse.jdt.internal.ui.text.java;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Comparator;
import org.eclipse.swt.graphics.Image;
import org.eclipse.swt.graphics.Point;
import org.eclipse.jface.resource.Ima... |
10,762 | Bug 10762 Generate getter and setter of a field starting with the 'F' letter | null | resolved fixed | 73fae0b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T18:10:05Z | 2002-03-05T14:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeGenerationPreferencePage.java | package org.eclipse.jdt.internal.ui.preferences;
import java.util.StringTokenizer;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Control;
import org.eclipse.jface.preference.IPre... |
10,795 | Bug 10795 no progress or busy cursor opening refactor dialog | Build 20020214 Select a method in content outline, and choose refactor->pull up. Depending on the case, it can take a couple of seconds until the refactoring wizard appears. During this time there is no progress or busy cursor, and it is working in the UI thread so there are no repaints. | resolved fixed | 172807b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T18:45:28Z | 2002-03-05T17:40:00Z | org.eclipse.jdt.ui/ui | |
10,795 | Bug 10795 no progress or busy cursor opening refactor dialog | Build 20020214 Select a method in content outline, and choose refactor->pull up. Depending on the case, it can take a couple of seconds until the refactoring wizard appears. During this time there is no progress or busy cursor, and it is working in the UI thread so there are no repaints. | resolved fixed | 172807b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T18:45:28Z | 2002-03-05T17:40:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpInputPage.java | |
9,587 | Bug 9587 Self encapsulate field: chosen argument names must be valid identifiers | 1. In the code gen pref page set field name suffix to _ 2. Encapsulate field private IPackageFragment package_; -> private void setPackage(IPackageFragment package) { package_= package; } 'package' is a reserved keyword | resolved fixed | 8b4e3bc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T18:59:32Z | 2002-02-13T14:20:00Z | org.eclipse.jdt.ui/core | |
9,587 | Bug 9587 Self encapsulate field: chosen argument names must be valid identifiers | 1. In the code gen pref page set field name suffix to _ 2. Encapsulate field private IPackageFragment package_; -> private void setPackage(IPackageFragment package) { package_= package; } 'package' is a reserved keyword | resolved fixed | 8b4e3bc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T18:59:32Z | 2002-02-13T14:20:00Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/NameProposer.java | |
10,970 | Bug 10970 Index out of bounds exception when deleting code | Build 20020305 with latest stuff from 20020307 (catchup) - created a new file using the create CU wizard - selected the copyright using the shift down key combination - deleted it - selected the class comment using the shift down combination - deleted it Got the following exception: java.lang.IllegalArgumentException: ... | resolved fixed | 320a2e7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T19:30:54Z | 2002-03-07T16:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/LinePainter.java | package org.eclipse.jdt.internal.ui.javaeditor;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import org.eclipse.swt.custom.LineBackgroundEvent;
import org.eclipse.swt.custom.LineBackgroundListener;
import org.eclipse.swt.custom.StyledText;
import org.eclipse.swt.custom.StyledTextContent;
impo... |
9,510 | Bug 9510 Improve option settings for JDK 1.4 | What we currently offer isn't sufficient. We should discuss with Philippe, this is important for the next milestone | resolved fixed | 66a7cef | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-07T22:03:08Z | 2002-02-13T06:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.preferences;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Hashtable;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.SelectionEvent;
import org.eclips... |
11,026 | Bug 11026 extract local variable: incorrect on some boolean expressions | public class A{ boolean m(){ return /*[*/a().length != 3/*]*/; } int[] a(){ return null; } } | verified fixed | 2f7e475 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-08T16:11:23Z | 2002-03-08T15:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test28_in.java | |
11,026 | Bug 11026 extract local variable: incorrect on some boolean expressions | public class A{ boolean m(){ return /*[*/a().length != 3/*]*/; } int[] a(){ return null; } } | verified fixed | 2f7e475 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-08T16:11:23Z | 2002-03-08T15:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test28_out.java | |
11,026 | Bug 11026 extract local variable: incorrect on some boolean expressions | public class A{ boolean m(){ return /*[*/a().length != 3/*]*/; } int[] a(){ return null; } } | verified fixed | 2f7e475 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-08T16:11:23Z | 2002-03-08T15:06:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
11,026 | Bug 11026 extract local variable: incorrect on some boolean expressions | public class A{ boolean m(){ return /*[*/a().length != 3/*]*/; } int[] a(){ return null; } } | verified fixed | 2f7e475 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-08T16:11:23Z | 2002-03-08T15:06:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java | |
9,909 | Bug 9909 template: toarray - using ${type} is wrong | using ${type} in toarray is wrong it puts the name of the enclosing type - which is very much not what is needed. only the user knows to what type the casting should be done suggest creating ${enclosing_type} for enclosing types | resolved fixed | a0ea2a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-11T14:38:22Z | 2002-02-15T16:20:00Z | org.eclipse.jdt.ui/core | |
9,909 | Bug 9909 template: toarray - using ${type} is wrong | using ${type} in toarray is wrong it puts the name of the enclosing type - which is very much not what is needed. only the user knows to what type the casting should be done suggest creating ${enclosing_type} for enclosing types | resolved fixed | a0ea2a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-11T14:38:22Z | 2002-02-15T16:20:00Z | extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContextType.java | |
9,646 | Bug 9646 open type: no progress should be shown if no searching is done | there used to be no progress monitor dialog in the 'fast access' mode (when stuff was actually in the cache and no searching was done) now, i see the progress monitor everytime which makes no sense (takes more time to open the PM dialog then the type dialog) and it looks extremally flashy | resolved fixed | cf40a94 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-11T17:02:30Z | 2002-02-13T17:06:40Z | org.eclipse.jdt.ui/core | |
9,646 | Bug 9646 open type: no progress should be shown if no searching is done | there used to be no progress monitor dialog in the 'fast access' mode (when stuff was actually in the cache and no searching was done) now, i see the progress monitor everytime which makes no sense (takes more time to open the PM dialog then the type dialog) and it looks extremally flashy | resolved fixed | cf40a94 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-11T17:02:30Z | 2002-02-13T17:06:40Z | extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java | |
9,646 | Bug 9646 open type: no progress should be shown if no searching is done | there used to be no progress monitor dialog in the 'fast access' mode (when stuff was actually in the cache and no searching was done) now, i see the progress monitor everytime which makes no sense (takes more time to open the PM dialog then the type dialog) and it looks extremally flashy | resolved fixed | cf40a94 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-11T17:02:30Z | 2002-02-13T17:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.dialogs;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.Iterator;
import java.util.List;
import org.eclipse.core.runtime.IProgressMon... |
11,109 | Bug 11109 F1 no longer works in Packages view | new context ID? | resolved fixed | 902f54b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-12T10:32:04Z | 2002-03-11T18:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui;
import org.eclipse.jdt.ui.JavaUI;
/**
* Help context ids for the Java UI.
* <p>
* This interface contains constants only; it is not intended to be implemented
* or extended.
* </p>
*
*/
public interface... |
11,109 | Bug 11109 F1 no longer works in Packages view | new context ID? | resolved fixed | 902f54b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-12T10:32:04Z | 2002-03-11T18:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.packageview;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.eclipse.core.resources.IContainer;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.... |
10,593 | Bug 10593 Jar export should add ".jar" suffix if not specified | Build 20020228 - select some files - export them using the jar export - enter "test" as the jar name - it creates a jar file called "test" It should use "test.jar". | verified fixed | b9806a6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-12T15:33:51Z | 2002-03-01T16:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.jarpackager;
import java.io.File;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
import org.eclipse... |
10,339 | Bug 10339 Refactoring: Pull up should have "select/deselect all" options | When selecting multiple methods for pull up, it would be nice to have the option to select/deselect all. | resolved fixed | bc30327 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-12T15:57:10Z | 2002-02-27T03:20:00Z | org.eclipse.jdt.ui/ui | |
10,339 | Bug 10339 Refactoring: Pull up should have "select/deselect all" options | When selecting multiple methods for pull up, it would be nice to have the option to select/deselect all. | resolved fixed | bc30327 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-12T15:57:10Z | 2002-02-27T03:20:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpInputPage.java | |
11,172 | Bug 11172 organize imports pref page - buttons have incorrect sizes | 20020307 + latest as in the summary: buttons from the organize imports pref page have incorrect sizes | verified fixed | b312140 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-12T16:16:39Z | 2002-03-12T13:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ImportOrganizePreferencePage.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.preferences;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Properties;
import java.util.StringToke... |
10,170 | Bug 10170 Externalize strings doesn't insert CR into properties file | If the properties file doesn't end with a CR, using externalize strings will result in two strings on the same line in the properties file. It should insert a CR before the new strings, if necesary. | resolved fixed | db4e625 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-12T16:28:16Z | 2002-02-25T15:13:20Z | org.eclipse.jdt.ui/core | |
10,170 | Bug 10170 Externalize strings doesn't insert CR into properties file | If the properties file doesn't end with a CR, using externalize strings will result in two strings on the same line in the properties file. It should insert a CR before the new strings, if necesary. | resolved fixed | db4e625 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-12T16:28:16Z | 2002-02-25T15:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java | |
4,121 | Bug 4121 JarExporter causes out of Sync (1GILQD5) | PA (8/17/01 2:03:29 PM) if you export a directory (project) and place the exported jar in the same directory (project) then you will get an out of sync message when you overwrite the exported jar-file the 2nd time. -> maybe the exported jar file should not include itself ? NOTES: | resolved fixed | 5b22f41 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-12T19:47:43Z | 2001-10-11T03:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.jarpackager;
import java.io.File;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
import org.eclipse... |
11,177 | Bug 11177 externalize strings- incorrect second page size | null | resolved fixed | 5360ffe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-13T11:38:13Z | 2002-03-12T16:20:00Z | org.eclipse.jdt.ui/ui | |
11,177 | Bug 11177 externalize strings- incorrect second page size | null | resolved fixed | 5360ffe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-13T11:38:13Z | 2002-03-12T16:20:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage2.java | |
11,050 | Bug 11050 Devide Sorting in two main parts: fields and methodes | would it be possible for one of the next releases, to adapt the sorting order of VAJ in the Outline view. I mean, first all attributes, which are sorted alphabeticly, and then all methods which are also sorted alphabeticly. At the moment, there will be make no difference between the attributes and methods, so that the ... | resolved fixed | f83fa2a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-13T15:17:25Z | 2002-03-08T20:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementSorter.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.ui;
import org.eclipse.core.resources.IContainer;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IStorage;
import org.eclipse.core.runtime.IPath;
import... |
11,080 | Bug 11080 Package statements for nested classes not updated properly | If a class that contains references to nested classes of another class in the same package is moved into a different package the automatically inserted package statements unnecessarily include the nested classes explicitely. Instead of: import p1.A The following (illegal) statements are inserted: import p1.A; import p1... | resolved fixed | 896d24c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-13T17:25:55Z | 2002-03-10T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test13/out/B.java | package p;
class B{
public static void m(){
new A.Inner();
}
} |
11,080 | Bug 11080 Package statements for nested classes not updated properly | If a class that contains references to nested classes of another class in the same package is moved into a different package the automatically inserted package statements unnecessarily include the nested classes explicitely. Instead of: import p1.A The following (illegal) statements are inserted: import p1.A; import p1... | resolved fixed | 896d24c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-13T17:25:55Z | 2002-03-10T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test14/out/B.java | package p;
class B{
public static void m(){
new A.Inner();
}
} |
11,080 | Bug 11080 Package statements for nested classes not updated properly | If a class that contains references to nested classes of another class in the same package is moved into a different package the automatically inserted package statements unnecessarily include the nested classes explicitely. Instead of: import p1.A The following (illegal) statements are inserted: import p1.A; import p1... | resolved fixed | 896d24c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-13T17:25:55Z | 2002-03-10T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test17/out/B.java | package p;
class B{
public static void m(){
A.Inner[] i;
}
} |
11,080 | Bug 11080 Package statements for nested classes not updated properly | If a class that contains references to nested classes of another class in the same package is moved into a different package the automatically inserted package statements unnecessarily include the nested classes explicitely. Instead of: import p1.A The following (illegal) statements are inserted: import p1.A; import p1... | resolved fixed | 896d24c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-13T17:25:55Z | 2002-03-10T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test18/out/B.java | package p;
class B{
public static void m(){
A.Inner[] i;
}
} |
11,080 | Bug 11080 Package statements for nested classes not updated properly | If a class that contains references to nested classes of another class in the same package is moved into a different package the automatically inserted package statements unnecessarily include the nested classes explicitely. Instead of: import p1.A The following (illegal) statements are inserted: import p1.A; import p1... | resolved fixed | 896d24c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-13T17:25:55Z | 2002-03-10T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test19/out/B.java | package p;
class B{
public static void m(){
A.Inner[][] i;
}
} |
11,080 | Bug 11080 Package statements for nested classes not updated properly | If a class that contains references to nested classes of another class in the same package is moved into a different package the automatically inserted package statements unnecessarily include the nested classes explicitely. Instead of: import p1.A The following (illegal) statements are inserted: import p1.A; import p1... | resolved fixed | 896d24c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-13T17:25:55Z | 2002-03-10T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test20/out/B.java | package p;
class B{
public static void m(){
A.F[] y;
A.F[] ff;
A.F[ ] ff1;
A.F[][] fff;
A.F[][] fff1;
p.A.F[ ][ ] fff2;
}
} |
8,357 | Bug 8357 Pull Up: should remove final from field | Pull up 'fName' in test case. -> Compilation Error in TestCase The final modifier has to be removed (or the refactoring should not allow to move final variables. | resolved fixed | 9273021 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-13T17:49:22Z | 2002-01-24T11:00:00Z | org.eclipse.jdt.ui/core | |
8,357 | Bug 8357 Pull Up: should remove final from field | Pull up 'fName' in test case. -> Compilation Error in TestCase The final modifier has to be removed (or the refactoring should not allow to move final variables. | resolved fixed | 9273021 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-13T17:49:22Z | 2002-01-24T11:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java | |
11,337 | Bug 11337 Extract method parameter detection | When I extract selected ('*') lines of code from: void Disassemble(String aggregateName, String telegramName, byte bytes []) throws Exception { String fullTelegramName = aggregateName + "." + telegramName; TTelegramDef telegramDef = GetExistingTelegramDef(telegramName); System.out.println(telegramDef); // ByteArrayInpu... | verified fixed | 26ad983 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T10:17:33Z | 2002-03-14T10:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/T11337.java | |
11,337 | Bug 11337 Extract method parameter detection | When I extract selected ('*') lines of code from: void Disassemble(String aggregateName, String telegramName, byte bytes []) throws Exception { String fullTelegramName = aggregateName + "." + telegramName; TTelegramDef telegramDef = GetExistingTelegramDef(telegramName); System.out.println(telegramDef); // ByteArrayInpu... | verified fixed | 26ad983 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T10:17:33Z | 2002-03-14T10:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/T11337_1.java | |
11,337 | Bug 11337 Extract method parameter detection | When I extract selected ('*') lines of code from: void Disassemble(String aggregateName, String telegramName, byte bytes []) throws Exception { String fullTelegramName = aggregateName + "." + telegramName; TTelegramDef telegramDef = GetExistingTelegramDef(telegramName); System.out.println(telegramDef); // ByteArrayInpu... | verified fixed | 26ad983 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T10:17:33Z | 2002-03-14T10:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/locals_in/A_test565.java | |
11,337 | Bug 11337 Extract method parameter detection | When I extract selected ('*') lines of code from: void Disassemble(String aggregateName, String telegramName, byte bytes []) throws Exception { String fullTelegramName = aggregateName + "." + telegramName; TTelegramDef telegramDef = GetExistingTelegramDef(telegramName); System.out.println(telegramDef); // ByteArrayInpu... | verified fixed | 26ad983 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T10:17:33Z | 2002-03-14T10:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/locals_out/A_test565.java | |
11,337 | Bug 11337 Extract method parameter detection | When I extract selected ('*') lines of code from: void Disassemble(String aggregateName, String telegramName, byte bytes []) throws Exception { String fullTelegramName = aggregateName + "." + telegramName; TTelegramDef telegramDef = GetExistingTelegramDef(telegramName); System.out.println(telegramDef); // ByteArrayInpu... | verified fixed | 26ad983 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T10:17:33Z | 2002-03-14T10:00:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
11,337 | Bug 11337 Extract method parameter detection | When I extract selected ('*') lines of code from: void Disassemble(String aggregateName, String telegramName, byte bytes []) throws Exception { String fullTelegramName = aggregateName + "." + telegramName; TTelegramDef telegramDef = GetExistingTelegramDef(telegramName); System.out.println(telegramDef); // ByteArrayInpu... | verified fixed | 26ad983 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T10:17:33Z | 2002-03-14T10:00:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java | |
11,337 | Bug 11337 Extract method parameter detection | When I extract selected ('*') lines of code from: void Disassemble(String aggregateName, String telegramName, byte bytes []) throws Exception { String fullTelegramName = aggregateName + "." + telegramName; TTelegramDef telegramDef = GetExistingTelegramDef(telegramName); System.out.println(telegramDef); // ByteArrayInpu... | verified fixed | 26ad983 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T10:17:33Z | 2002-03-14T10:00:00Z | org.eclipse.jdt.ui/core | |
11,337 | Bug 11337 Extract method parameter detection | When I extract selected ('*') lines of code from: void Disassemble(String aggregateName, String telegramName, byte bytes []) throws Exception { String fullTelegramName = aggregateName + "." + telegramName; TTelegramDef telegramDef = GetExistingTelegramDef(telegramName); System.out.println(telegramDef); // ByteArrayInpu... | verified fixed | 26ad983 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T10:17:33Z | 2002-03-14T10:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java | |
11,314 | Bug 11314 Replace package name fragments should always be smaller | Build 20020214 If you enter "2~." in the 'Replace package name fragments with:' field in the preferences (Java->Work in progress), com.ibm.foobar is replaced with co~.ib~.foobar. I believe that package name compression should only replace a fragment if the compressed name is actually smaller. Thus com. would not be rep... | verified fixed | 1d7fa44 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T13:47:52Z | 2002-03-13T22:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabels.java | package org.eclipse.jdt.internal.ui.viewsupport;
import org.eclipse.core.runtime.IAdaptable;
import org.eclipse.ui.model.IWorkbenchAdapter;
import org.eclipse.jdt.core.IClassFile;
import org.eclipse.jdt.core.IClasspathEntry;
import org.eclipse.jdt.core.ICompilationUnit;
import org.eclipse.jdt.core.IField;
import org... |
11,437 | Bug 11437 jar packager: no error message but buttons disabled | 20020314 on the 'jar manifest' wizard page, if you select to use existing manifest file there's no error message but next and finish are disabled user should be informed what to do to make the wizard happy | resolved fixed | 76a8215 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T13:50:11Z | 2002-03-15T11:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarManifestWizardPage.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.jarpackager;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.eclipse.cor... |
11,424 | Bug 11424 ArrayIndexOutOfBoundsException at "Expand Selection to Previous Element" | This happens with eclipse-SDK-20020312-win32.zip every time if I'm inside a method and I apply this action a few times. When the action selects the whole method block and I try the action once more, it throws this error: java.lang.ArrayIndexOutOfBoundsException at org.eclipse.jdt.internal.ui.refactoring.actions.structu... | verified fixed | 025a13c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T16:34:19Z | 2002-03-14T23:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/StructureSelectionAction/A_test24.java | |
11,424 | Bug 11424 ArrayIndexOutOfBoundsException at "Expand Selection to Previous Element" | This happens with eclipse-SDK-20020312-win32.zip every time if I'm inside a method and I apply this action a few times. When the action selects the whole method block and I try the action once more, it throws this error: java.lang.ArrayIndexOutOfBoundsException at org.eclipse.jdt.internal.ui.refactoring.actions.structu... | verified fixed | 025a13c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T16:34:19Z | 2002-03-14T23:53:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
11,424 | Bug 11424 ArrayIndexOutOfBoundsException at "Expand Selection to Previous Element" | This happens with eclipse-SDK-20020312-win32.zip every time if I'm inside a method and I apply this action a few times. When the action selects the whole method block and I try the action once more, it throws this error: java.lang.ArrayIndexOutOfBoundsException at org.eclipse.jdt.internal.ui.refactoring.actions.structu... | verified fixed | 025a13c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T16:34:19Z | 2002-03-14T23:53:20Z | cases/org/eclipse/jdt/ui/tests/actions/StructureSelectionActionTests.java | |
11,440 | Bug 11440 npe in rename temp | Log: Fri Mar 15 11:31:18 GMT+01:00 2002 4 org.eclipse.jdt.ui 1 Internal Error java.lang.reflect.InvocationTargetException: java.lang.NullPointerException at org.eclipse.jdt.core.dom.DefaultBindingResolver.retrieveEnclosingScope (DefaultBindingResolver.java:528) at org.eclipse.jdt.core.dom.DefaultBindingResolver.returnB... | resolved fixed | e55ecaa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T19:08:00Z | 2002-03-15T11:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/RenameTemp/canRename/A_test39_in.java | |
11,440 | Bug 11440 npe in rename temp | Log: Fri Mar 15 11:31:18 GMT+01:00 2002 4 org.eclipse.jdt.ui 1 Internal Error java.lang.reflect.InvocationTargetException: java.lang.NullPointerException at org.eclipse.jdt.core.dom.DefaultBindingResolver.retrieveEnclosingScope (DefaultBindingResolver.java:528) at org.eclipse.jdt.core.dom.DefaultBindingResolver.returnB... | resolved fixed | e55ecaa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T19:08:00Z | 2002-03-15T11:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/RenameTemp/canRename/A_test39_out.java | |
11,440 | Bug 11440 npe in rename temp | Log: Fri Mar 15 11:31:18 GMT+01:00 2002 4 org.eclipse.jdt.ui 1 Internal Error java.lang.reflect.InvocationTargetException: java.lang.NullPointerException at org.eclipse.jdt.core.dom.DefaultBindingResolver.retrieveEnclosingScope (DefaultBindingResolver.java:528) at org.eclipse.jdt.core.dom.DefaultBindingResolver.returnB... | resolved fixed | e55ecaa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T19:08:00Z | 2002-03-15T11:00:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
11,440 | Bug 11440 npe in rename temp | Log: Fri Mar 15 11:31:18 GMT+01:00 2002 4 org.eclipse.jdt.ui 1 Internal Error java.lang.reflect.InvocationTargetException: java.lang.NullPointerException at org.eclipse.jdt.core.dom.DefaultBindingResolver.retrieveEnclosingScope (DefaultBindingResolver.java:528) at org.eclipse.jdt.core.dom.DefaultBindingResolver.returnB... | resolved fixed | e55ecaa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-15T19:08:00Z | 2002-03-15T11:00:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/RenameTempTests.java | |
11,416 | Bug 11416 Error markers not shown in parents when resource added | Using 20020214 Eclipse build. If you add a new resource to a project and that resource has an error, the Java Packages view will show an X on the resource but not on its ancestor containers. This could happen, for instance, when adding a resource from a Team repository. The problem is in org.eclipse.jdt.internal.ui.vie... | resolved fixed | c3d3e3a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-18T14:56:22Z | 2002-03-14T21:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemMarkerManager.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.viewsupport;
import java.util.HashSet;
import java.util.Set;
import org.eclipse.core.resources.IMarker;
import org.eclipse.core.resources.IMarkerDelta;
import org.eclipse.core.resources.IProject;
import org.ecli... |
11,537 | Bug 11537 Refactoring - extract local adds incorrect import | In a method, given this: return fMyField.getArrayOfFoo() where the method getArrayOfFoo has a return type of Foo[], if I use extract local variable to extract "fMyField.getArrayOfFoo()" into a local variable "foos", it adds an (incorrect) import in the format import myPackage.Foo[]; Note that the array brackets should ... | resolved fixed | bbecec8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-19T11:43:08Z | 2002-03-18T14:00:00Z | org.eclipse.jdt.ui/core | |
11,537 | Bug 11537 Refactoring - extract local adds incorrect import | In a method, given this: return fMyField.getArrayOfFoo() where the method getArrayOfFoo has a return type of Foo[], if I use extract local variable to extract "fMyField.getArrayOfFoo()" into a local variable "foos", it adds an (incorrect) import in the format import myPackage.Foo[]; Note that the array brackets should ... | resolved fixed | bbecec8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-19T11:43:08Z | 2002-03-18T14:00:00Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportEdit.java | |
10,247 | Bug 10247 Template - code assist ends template editing | Build > 20020214.1 Create the following class import java.util.List; public class T { public List getList() { return null; } public void foo() { T t= null; for <= code assist } } - select for - iterate over collection - press tab - type t.get <= code assist - select getList observe: template editing gets ended. | verified fixed | c0eba38 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-19T12:09:42Z | 2002-02-26T13:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalResultCollector.java | package org.eclipse.jdt.internal.ui.text.java;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import org.eclipse.jface.text.ITextViewer;
/**
* Bin to collect the proposal of the infrastructure on code assist in a java text.
*/
public class ExperimentalResultCollector extends ResultCollecto... |
10,247 | Bug 10247 Template - code assist ends template editing | Build > 20020214.1 Create the following class import java.util.List; public class T { public List getList() { return null; } public void foo() { T t= null; for <= code assist } } - select for - iterate over collection - press tab - type t.get <= code assist - select getList observe: template editing gets ended. | verified fixed | c0eba38 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-19T12:09:42Z | 2002-02-26T13:26:40Z | 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 org.eclipse.swt.SWT;
import org.eclipse.swt.custom.StyledText;
import org.eclipse.swt.custom.VerifyKeyListener;
import org.eclipse.swt.events.ModifyEvent;
import org.eclipse.swt.events.ModifyList... |
11,748 | Bug 11748 switch to new DecoratorManager API | From the workbench change notes: API changes IWorkbenchPartSite.getDecoratorManager() - As the DecoratorManager has proven to be required for more than just IWorkbenchPartSites we have moved getDecoratorManager() to IWorkbench and deprecated the getDecoratorManager() in IWorkbenchPartSite. The one in IWorkbenchPartSite... | resolved fixed | 1035d37 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-20T16:58:55Z | 2002-03-19T23: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.Comparator;
import org.eclipse.core.resources.IContainer;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IResource;
import org.e... |
11,748 | Bug 11748 switch to new DecoratorManager API | From the workbench change notes: API changes IWorkbenchPartSite.getDecoratorManager() - As the DecoratorManager has proven to be required for more than just IWorkbenchPartSites we have moved getDecoratorManager() to IWorkbench and deprecated the getDecoratorManager() in IWorkbenchPartSite. The one in IWorkbenchPartSite... | resolved fixed | 1035d37 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-20T16:58:55Z | 2002-03-19T23:20:00Z | 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.swt.SWT;
import org.eclipse.swt.events.KeyAdapter;
import org.eclipse.swt.... |
11,748 | Bug 11748 switch to new DecoratorManager API | From the workbench change notes: API changes IWorkbenchPartSite.getDecoratorManager() - As the DecoratorManager has proven to be required for more than just IWorkbenchPartSites we have moved getDecoratorManager() to IWorkbench and deprecated the getDecoratorManager() in IWorkbenchPartSite. The one in IWorkbenchPartSite... | resolved fixed | 1035d37 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-20T16:58:55Z | 2002-03-19T23:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.packageview;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.eclipse.core.resources.IContainer;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.... |
11,748 | Bug 11748 switch to new DecoratorManager API | From the workbench change notes: API changes IWorkbenchPartSite.getDecoratorManager() - As the DecoratorManager has proven to be required for more than just IWorkbenchPartSites we have moved getDecoratorManager() to IWorkbench and deprecated the getDecoratorManager() in IWorkbenchPartSite. The one in IWorkbenchPartSite... | resolved fixed | 1035d37 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-20T16:58:55Z | 2002-03-19T23:20:00Z | 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... |
11,748 | Bug 11748 switch to new DecoratorManager API | From the workbench change notes: API changes IWorkbenchPartSite.getDecoratorManager() - As the DecoratorManager has proven to be required for more than just IWorkbenchPartSites we have moved getDecoratorManager() to IWorkbench and deprecated the getDecoratorManager() in IWorkbenchPartSite. The one in IWorkbenchPartSite... | resolved fixed | 1035d37 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-20T16:58:55Z | 2002-03-19T23:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewer.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.typehierarchy;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Menu;
import org.eclipse.swt.widgets.Tree;
import org.eclipse.jface.action.IMenuListener;
import... |
11,317 | Bug 11317 Won't export some files to .jar. | Create a new java project called "Foo". In the file system, create a folder named "Foo scripts", and in this folder create a file named "foo.txt". Drag this folder into the eclipse packages view and add it to the "Foo" project. Now try to export the project "Foo" to a .jar file. Only the manifest file shows up, even if... | resolved fixed | 5f546fb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-20T18:10:50Z | 2002-03-13T22:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* 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.... |
11,228 | Bug 11228 package name shortening pref page - tooltip works as help | tooltip in the pref page where you can specify pattern to shorten package names contains some useful information that should be exposed on the page itself (you can write patterns with numbers!) current behavior is sub-optimal (users must be lucky to find that feature) | verified fixed | cc40882 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-21T10:57:44Z | 2002-03-13T09:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/AppearancePreferencePage.java | package org.eclipse.jdt.internal.ui.preferences;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Control;
import org.eclipse.jface.preference.IPreferenceStore;
import org.eclipse.jf... |
11,767 | Bug 11767 java browsing: ignores 'package name shortening' preference | java browsing has a packages view but ingores my preference to shorten package names | verified fixed | 78b4961 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-21T10:59:36Z | 2002-03-20T10:26: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 java.util.Collections;
import java.util.Iterator;
import java.util.Set;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.jdt.core.IClassFile;
import org.eclipse.jdt.core.ICompilat... |
11,238 | Bug 11238 1.4 settings should not include 'assert as identifier' | Build 20020312 In 1.4 source mode, 'assert' is a keyword, and therefore it cannot be reported to be used as an identifier. | resolved fixed | 20f8cbd | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-21T11:35:26Z | 2002-03-13T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
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 org.eclipse.core.resources.IncrementalProjectBuilder;
impor... |
11,903 | Bug 11903 'add javadoc comment' adds non-java doc comments | 1. (default code-generation preference settings) 2. select the method and 'add javadoc comment' package p; class A{ public String toString() { return super.toString(); } } it adds /* * @see Object#toString() */ which is not a javadoc comment | resolved fixed | bbe211a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-21T11:45:02Z | 2002-03-20T16:00:00Z | org.eclipse.jdt.ui/core | |
11,903 | Bug 11903 'add javadoc comment' adds non-java doc comments | 1. (default code-generation preference settings) 2. select the method and 'add javadoc comment' package p; class A{ public String toString() { return super.toString(); } } it adds /* * @see Object#toString() */ which is not a javadoc comment | resolved fixed | bbe211a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-21T11:45:02Z | 2002-03-20T16:00:00Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java | |
11,903 | Bug 11903 'add javadoc comment' adds non-java doc comments | 1. (default code-generation preference settings) 2. select the method and 'add javadoc comment' package p; class A{ public String toString() { return super.toString(); } } it adds /* * @see Object#toString() */ which is not a javadoc comment | resolved fixed | bbe211a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-21T11:45:02Z | 2002-03-20T16:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeGenerationPreferencePage.java | package org.eclipse.jdt.internal.ui.preferences;
import java.util.StringTokenizer;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Control;
import org.eclipse.jface.preference.IPre... |
11,257 | Bug 11257 Java Templates | In the build 1203 i have the following problems: 1> If i edit a template of JAVA like stderr then the dialog that gets opend will display: JAVA_DOC as type. 2> Filecomment and Typecomment are there but empty is this wanted? | verified fixed | 15dd0ea | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-21T12:36:35Z | 2002-03-13T14:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.preferences;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Vector;
import org.eclipse.swt.SWT;
import org.eclipse.... |
11,257 | Bug 11257 Java Templates | In the build 1203 i have the following problems: 1> If i edit a template of JAVA like stderr then the dialog that gets opend will display: JAVA_DOC as type. 2> Filecomment and Typecomment are there but empty is this wanted? | verified fixed | 15dd0ea | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-21T12:36:35Z | 2002-03-13T14:33:20Z | 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... |
11,814 | Bug 11814 OpenExternalJavadoc action should not call findElement on JAR | This causes an exception: Java Model Exception: Java Model Status [Invalid path: C:/Java/IBM1.3/jre/lib/rt.jar.] at org.eclipse.jdt.internal.core.JavaProject.findElement(JavaProject.java:435) at org.eclipse.jdt.internal.ui.actions.OpenExternalJavadocAction.run(OpenExternalJavadocAction.java:102) at org.eclipse.ui.texte... | resolved fixed | a05d335 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-21T15:30:34Z | 2002-03-20T10:26:40Z | org.eclipse.jdt.ui/core | |
11,814 | Bug 11814 OpenExternalJavadoc action should not call findElement on JAR | This causes an exception: Java Model Exception: Java Model Status [Invalid path: C:/Java/IBM1.3/jre/lib/rt.jar.] at org.eclipse.jdt.internal.core.JavaProject.findElement(JavaProject.java:435) at org.eclipse.jdt.internal.ui.actions.OpenExternalJavadocAction.run(OpenExternalJavadocAction.java:102) at org.eclipse.ui.texte... | resolved fixed | a05d335 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-21T15:30:34Z | 2002-03-20T10:26:40Z | extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java | |
11,814 | Bug 11814 OpenExternalJavadoc action should not call findElement on JAR | This causes an exception: Java Model Exception: Java Model Status [Invalid path: C:/Java/IBM1.3/jre/lib/rt.jar.] at org.eclipse.jdt.internal.core.JavaProject.findElement(JavaProject.java:435) at org.eclipse.jdt.internal.ui.actions.OpenExternalJavadocAction.run(OpenExternalJavadocAction.java:102) at org.eclipse.ui.texte... | resolved fixed | a05d335 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-21T15:30:34Z | 2002-03-20T10:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenExternalJavadocAction.java |
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.actions;
import java.io.File;
import java.io.IOException;
import java.net.URL;
import java.text.MessageFormat;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IPath;
import org.ec... |
11,814 | Bug 11814 OpenExternalJavadoc action should not call findElement on JAR | This causes an exception: Java Model Exception: Java Model Status [Invalid path: C:/Java/IBM1.3/jre/lib/rt.jar.] at org.eclipse.jdt.internal.core.JavaProject.findElement(JavaProject.java:435) at org.eclipse.jdt.internal.ui.actions.OpenExternalJavadocAction.run(OpenExternalJavadocAction.java:102) at org.eclipse.ui.texte... | resolved fixed | a05d335 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-21T15:30:34Z | 2002-03-20T10:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.wizards.buildpaths;
import java.lang.reflect.InvocationTargetException;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.core.resources.IContainer;
import org.eclipse.cor... |
11,814 | Bug 11814 OpenExternalJavadoc action should not call findElement on JAR | This causes an exception: Java Model Exception: Java Model Status [Invalid path: C:/Java/IBM1.3/jre/lib/rt.jar.] at org.eclipse.jdt.internal.core.JavaProject.findElement(JavaProject.java:435) at org.eclipse.jdt.internal.ui.actions.OpenExternalJavadocAction.run(OpenExternalJavadocAction.java:102) at org.eclipse.ui.texte... | resolved fixed | a05d335 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-21T15:30:34Z | 2002-03-20T10:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.wizards.buildpaths;
import java.io.File;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
impo... |
11,763 | Bug 11763 Renaming a project automatically updates the build class paths | Updatig the build class path is goodness but it should not always happen automatically. We should offer the user an option to not do the update. Same is true when renaming folders. | resolved fixed | db9f5e6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-21T16:18:35Z | 2002-03-20T10:26:40Z | org.eclipse.jdt.ui/ui | |
11,763 | Bug 11763 Renaming a project automatically updates the build class paths | Updatig the build class path is goodness but it should not always happen automatically. We should offer the user an option to not do the update. Same is true when renaming folders. | resolved fixed | db9f5e6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-21T16:18:35Z | 2002-03-20T10:26:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringStarter.java | |
12,096 | Bug 12096 Extract local variable show preview of type and name | null | resolved fixed | 4c02f7d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-22T12:50:29Z | 2002-03-22T09:40:00Z | org.eclipse.jdt.ui/ui | |
12,096 | Bug 12096 Extract local variable show preview of type and name | null | resolved fixed | 4c02f7d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-22T12:50:29Z | 2002-03-22T09:40:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractTempInputPage.java | |
11,786 | Bug 11786 clipboard based copying of java resources - bad copy of package name | 1) Copy and paste 'junit.ui'. 2) Observe: the resulting package is named 'ui'. It should be something like 'copy.of.junit.ui' or 'junit.ui.copy.of'. Also compile errors are introduced as the CUs still expect the package name to be 'junit.ui'. 3) Paste again. There's a new folder (not package) called 'Copy of ui'. It sh... | resolved fixed | 5c263b3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-22T14:01:24Z | 2002-03-20T10:26:40Z | org.eclipse.jdt.ui/core | |
11,786 | Bug 11786 clipboard based copying of java resources - bad copy of package name | 1) Copy and paste 'junit.ui'. 2) Observe: the resulting package is named 'ui'. It should be something like 'copy.of.junit.ui' or 'junit.ui.copy.of'. Also compile errors are introduced as the CUs still expect the package name to be 'junit.ui'. 3) Paste again. There's a new folder (not package) called 'Copy of ui'. It sh... | resolved fixed | 5c263b3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-22T14:01:24Z | 2002-03-20T10:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/CopyRefactoring.java | |
12,104 | Bug 12104 modify parameters: not allowed on some constructors | public class A extends Error{ A(String s){} } | resolved fixed | 60755fb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-22T14:37:49Z | 2002-03-22T12:26:40Z | org.eclipse.jdt.ui/core | |
12,104 | Bug 12104 modify parameters: not allowed on some constructors | public class A extends Error{ A(String s){} } | resolved fixed | 60755fb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-22T14:37:49Z | 2002-03-22T12:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ReorderParametersRefactoring.java | |
11,795 | Bug 11795 java browsing: members type shows imports strangely | give this code: package p; import java.util.List; public class A { class D{ } } i see the import container as a child of both A and D strange | resolved fixed | 7ec8f37 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-22T14:53:28Z | 2002-03-20T10:26:40Z | 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... |
12,053 | Bug 12053 Allow mutli selection for all browsers | This should clear downstream | resolved fixed | 740a438 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-22T14:59:40Z | 2002-03-21T17:00: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.Comparator;
import org.eclipse.core.resources.IContainer;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IResource;
import org.e... |
12,102 | Bug 12102 AddImport in editor does not work for empty selection | Code resolve now works in that case and all actions must be adjusted | resolved fixed | 0c19239 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-22T14:59:41Z | 2002-03-22T12:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/AddImportOnSelectionAction.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.ArrayList;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.swt... |
12,108 | Bug 12108 NewTypeWizardPage hard to use in non-existing java project | I use the NewTypeWizardPage to create a type in a java project that does not exist. To achieve this, I override methods containerChanged() and packageChanged() with implementations that only return new Status(). Note that hthis class is in an internal package. I would like to validate the package name that the user ent... | resolved fixed | 24b70db | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-22T16:27:53Z | 2002-03-22T15:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.ui.wizards;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IPath;
import org.eclipse.core... |
8,166 | Bug 8166 nls: 'find string' dialog needs a button to open nls wizard | The compilation units which have no strings to externalize are of no interest. They should be removed from the table. Otherwise, the action should be called 'Count Strings to Externalize...'. | verified fixed | 761427a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-22T18:31:55Z | 2002-01-23T15:33:20Z | org.eclipse.jdt.ui/ui | |
8,166 | Bug 8166 nls: 'find string' dialog needs a button to open nls wizard | The compilation units which have no strings to externalize are of no interest. They should be removed from the table. Otherwise, the action should be called 'Count Strings to Externalize...'. | verified fixed | 761427a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-22T18:31:55Z | 2002-01-23T15:33:20Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/FindStringsAction.java | |
11,833 | Bug 11833 NegativeArraySizeException in code formatter/style pref page | 20020319 enter -1 as number of spaces representing a tab java.lang.NegativeArraySizeException at java.lang.StringBuffer.<init>(StringBuffer.java(Compiled Code)) at org.eclipse.swt.custom.StyledText.calculateTabWidth (StyledText.java:1386) at org.eclipse.swt.custom.StyledText.setTabs(StyledText.java:7293) at org.eclipse... | resolved fixed | 255c5b9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-22T19:26:01Z | 2002-03-20T13:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterPreferencePage.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.ArrayList;
import java.util.Hashtable;
import org.eclipse.swt.SWT;
import org.eclipse.swt... |
11,826 | Bug 11826 Build exclusion filter should be trimmed prior to storing | null | resolved fixed | 574cdab | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-03-22T19:42:21Z | 2002-03-20T13:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuilderPreferencePage.java | /*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
package org.eclipse.jdt.internal.ui.preferences;
import java.lang.reflect.InvocationTargetException;
import java.util.Hashtable;
import java.util.StringTokenizer;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.resources.IWorks... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.