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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
43,437 | Bug 43437 Scanner does not like string literals | 20030922 1. Create a scanner and initalize it with the string "\"hello\"" 2. Read two tokens: You get a TokenNameStringLiteral and a InvalidInputException: Unterminated_String I'd expect to get - TokenNameStringLiteral and a - TokenNameEOF | verified fixed | 4774113 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T08:26:34Z | 2003-09-22T17:00:00Z | org.eclipse.jdt.ui/core | |
43,437 | Bug 43437 Scanner does not like string literals | 20030922 1. Create a scanner and initalize it with the string "\"hello\"" 2. Read two tokens: You get a TokenNameStringLiteral and a InvalidInputException: Unterminated_String I'd expect to get - TokenNameStringLiteral and a - TokenNameEOF | verified fixed | 4774113 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T08:26:34Z | 2003-09-22T17:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/SourceRangeComputer.java | |
43,437 | Bug 43437 Scanner does not like string literals | 20030922 1. Create a scanner and initalize it with the string "\"hello\"" 2. Read two tokens: You get a TokenNameStringLiteral and a InvalidInputException: Unterminated_String I'd expect to get - TokenNameStringLiteral and a - TokenNameEOF | verified fixed | 4774113 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T08:26:34Z | 2003-09-22T17:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TaskMarkerProposal.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,437 | Bug 43437 Scanner does not like string literals | 20030922 1. Create a scanner and initalize it with the string "\"hello\"" 2. Read two tokens: You get a TokenNameStringLiteral and a InvalidInputException: Unterminated_String I'd expect to get - TokenNameStringLiteral and a - TokenNameEOF | verified fixed | 4774113 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T08:26:34Z | 2003-09-22T17:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/ClassPathDetector.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,489 | Bug 43489 Conflicts between "Segmented Java Editor" and "Correct Indentation" | I20030917 + plugin export for smoke test Correct Indentation (Ctrl+I) causes problems in segmented java editor (Toolbar > click "Show Source of selected element only"). - org.junit as source - open TestCase.java - enable "Show Source of selected element only" - select method "run()" in outline - set cursor to 1:1 - Ctr... | resolved fixed | c68c682 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T10:19:44Z | 2003-09-23T09:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IndentAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and... |
43,146 | Bug 43146 [misc] Assertion failed in LinkedPositionManager.getPositions when using surrounding with try-catch | OSX 10.2.6 Eclipse I20030916 Doing a surround with try catch: !ENTRY org.eclipse.jdt.ui 4 10004 Sep 16, 2003 15:13:55.722 !MESSAGE Unrecoverable error occurred while performing the refactoring. !STACK 0 ChangeAbortException: org.eclipse.jdt.internal.corext.refactoring.base.ChangeAbortException at org.eclipse.jdt.intern... | verified fixed | 9f21086 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T10:53:39Z | 2003-09-16T13:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/ILinkedPositionListener.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,146 | Bug 43146 [misc] Assertion failed in LinkedPositionManager.getPositions when using surrounding with try-catch | OSX 10.2.6 Eclipse I20030916 Doing a surround with try catch: !ENTRY org.eclipse.jdt.ui 4 10004 Sep 16, 2003 15:13:55.722 !MESSAGE Unrecoverable error occurred while performing the refactoring. !STACK 0 ChangeAbortException: org.eclipse.jdt.internal.corext.refactoring.base.ChangeAbortException at org.eclipse.jdt.intern... | verified fixed | 9f21086 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T10:53:39Z | 2003-09-16T13:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedPositionManager.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,146 | Bug 43146 [misc] Assertion failed in LinkedPositionManager.getPositions when using surrounding with try-catch | OSX 10.2.6 Eclipse I20030916 Doing a surround with try catch: !ENTRY org.eclipse.jdt.ui 4 10004 Sep 16, 2003 15:13:55.722 !MESSAGE Unrecoverable error occurred while performing the refactoring. !STACK 0 ChangeAbortException: org.eclipse.jdt.internal.corext.refactoring.base.ChangeAbortException at org.eclipse.jdt.intern... | verified fixed | 9f21086 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T10:53:39Z | 2003-09-16T13:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedPositionUI.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,488 | Bug 43488 [typing] BadPositionCategoryException in LinkedPositionManager | null | resolved fixed | f33a208 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T10:54:42Z | 2003-09-23T09:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,488 | Bug 43488 [typing] BadPositionCategoryException in LinkedPositionManager | null | resolved fixed | f33a208 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T10:54:42Z | 2003-09-23T09:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/contentassist/ContentAssistant2.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
40,009 | Bug 40009 [templates][typing] quote cancels template parameters | define a template as follows ----------------------------- method(${parameter},${paramter2}); ----------------------------- when using the above template if you put string as the first parameter and the auto-closing of quotes is enabled eg. ---------------------------- method("hello",parameter2); ----------------------... | resolved fixed | 913fb8d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T11:12:02Z | 2003-07-14T10:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,471 | Bug 38471 inline method: compile error (array related) [refactoring] | 20030604 int y(int[] p){ return p[0]; } void yg(){ int x= y(new int[0]); } inline y you get int x= new int[0][0]; which does not type check | resolved fixed | 029e2c4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T13:58:01Z | 2003-06-05T10:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestArray.java | |
38,471 | Bug 38471 inline method: compile error (array related) [refactoring] | 20030604 int y(int[] p){ return p[0]; } void yg(){ int x= y(new int[0]); } inline y you get int x= new int[0][0]; which does not type check | resolved fixed | 029e2c4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T13:58:01Z | 2003-06-05T10:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestArray.java | |
38,471 | Bug 38471 inline method: compile error (array related) [refactoring] | 20030604 int y(int[] p){ return p[0]; } void yg(){ int x= y(new int[0]); } inline y you get int x= new int[0][0]; which does not type check | resolved fixed | 029e2c4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T13:58:01Z | 2003-06-05T10:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
38,471 | Bug 38471 inline method: compile error (array related) [refactoring] | 20030604 int y(int[] p){ return p[0]; } void yg(){ int x= y(new int[0]); } inline y you get int x= new int[0][0]; which does not type check | resolved fixed | 029e2c4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T13:58:01Z | 2003-06-05T10:46:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java | |
38,471 | Bug 38471 inline method: compile error (array related) [refactoring] | 20030604 int y(int[] p){ return p[0]; } void yg(){ int x= y(new int[0]); } inline y you get int x= new int[0][0]; which does not type check | resolved fixed | 029e2c4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T13:58:01Z | 2003-06-05T10:46:40Z | org.eclipse.jdt.ui/core | |
38,471 | Bug 38471 inline method: compile error (array related) [refactoring] | 20030604 int y(int[] p){ return p[0]; } void yg(){ int x= y(new int[0]); } inline y you get int x= new int[0][0]; which does not type check | resolved fixed | 029e2c4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-24T13:58:01Z | 2003-06-05T10:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java | |
43,595 | Bug 43595 Javadoc formatter adds an extra line every time you format | 20030924 Everytime you format a comment with a blank line another blank line is added. STEPS 1)Add a comment like this: /** * Get the progress monitor for a job. If it is a UIJob get the main * monitor from the status line. Otherwise get a background monitor. * * @return IProgressMonitor */ 2) Make a change in another ... | resolved fixed | e3c2521 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-26T07:16:00Z | 2003-09-24T19:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentRegion.java | /*****************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and ... |
43,595 | Bug 43595 Javadoc formatter adds an extra line every time you format | 20030924 Everytime you format a comment with a blank line another blank line is added. STEPS 1)Add a comment like this: /** * Get the progress monitor for a job. If it is a UIJob get the main * monitor from the status line. Otherwise get a background monitor. * * @return IProgressMonitor */ 2) Make a change in another ... | resolved fixed | e3c2521 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-26T07:16:00Z | 2003-09-24T19:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/JavaDocLine.java | /*****************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and ... |
43,595 | Bug 43595 Javadoc formatter adds an extra line every time you format | 20030924 Everytime you format a comment with a blank line another blank line is added. STEPS 1)Add a comment like this: /** * Get the progress monitor for a job. If it is a UIJob get the main * monitor from the status line. Otherwise get a background monitor. * * @return IProgressMonitor */ 2) Make a change in another ... | resolved fixed | e3c2521 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-26T07:16:00Z | 2003-09-24T19:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/JavaDocRegion.java | /*****************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and ... |
43,761 | Bug 43761 Implemented Interfaces Selection dialog behavior | a) Add two interfaces. -> Two interfaces have been added to the list box on the "New Java Class" dialog. Close the dialog via the x in the upper right hand corner. -> Two interfaces have been added. b) Add two interfaces. -> Two interfaces have been added to the list box on the "New Java Class" dialog. Close the dialog... | closed fixed | 90547f0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-29T09:47:58Z | 2003-09-26T18:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/SuperInterfaceSelectionDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,766 | Bug 43766 [reconciling] ResourceMarkerAnnotationModel listener taking a long time | Build: I20030925 I was investigating a situation where adding breakpoints to a large file was very slow. It can take up to a second to add a breakpoint to a file such as Workspace.java (2000 lines). Almost all of this time is in the resource change listener added by ResourceMarkerAnnotationModel. First, a minor issue: ... | resolved fixed | 17aa847 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-29T15:13:12Z | 2003-09-26T18:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/filebuffers/CompilationUnitDocumentProvider2.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
42,367 | Bug 42367 StyledText - StringIndexOutOfBoundsException in StyledTextRenderer | 200308281813 When hovering over the quick diff ruler to display the diff hover. Not reproducable, but consistently failing for a certain hover (I suspect an empty hover message, but not sure). java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.Throwable.<init>(Throwable.java) at java.... | resolved fixed | a91f3e9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-09-30T08:49:45Z | 2003-09-02T10:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/CustomSourceInformationControl.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,750 | Bug 43750 synchronized follows generated delegate [code manipulation] | Using the Source->Generate Delegate Methods . . ., given, public class Foo { public synchronized int doThis() { . . . } } Eclipse will generate the delegate for foo.doThis as, public class Bar { private Foo foo; public synchronized int doThis() { return foo.doThis();} } which amounts to double synchronization, bad karm... | resolved fixed | f092d5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-01T08:52:16Z | 2003-09-26T15:26:40Z | org.eclipse.jdt.ui/core | |
43,750 | Bug 43750 synchronized follows generated delegate [code manipulation] | Using the Source->Generate Delegate Methods . . ., given, public class Foo { public synchronized int doThis() { . . . } } Eclipse will generate the delegate for foo.doThis as, public class Bar { private Foo foo; public synchronized int doThis() { return foo.doThis();} } which amounts to double synchronization, bad karm... | resolved fixed | f092d5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-01T08:52:16Z | 2003-09-26T15:26:40Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/AddDelegateMethodsOperation.java | |
43,868 | Bug 43868 Anonymous classes do not sort properly in Hierarchy view [type hierarchy] [render] | build I20030925 - open hierarchy on ViewerSorter - there are lots of "Anonymous of ViewerSorter" entries sprinkled throughout the otherwise sorted list | resolved fixed | 5e7e6f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-01T08:53:31Z | 2003-09-29T21:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementSorter.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,850 | Bug 43850 QuickAssist with linked mode has wrong default selection [quick assist] | I20030925 QuickAssist with linked mode has a default selection which is NOT the inserted (and green underlined) proposal. This is annoying, since it prevents quick acceptance with <Enter>. class X { public void foo(int jott) { } } - cursor on 'jott', Ctrl+1 - choose 'Assign parameter to new field' -> 'jott' is inserted... | resolved fixed | 1b9692b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-01T10:33:12Z | 2003-09-29T18:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedCorrectionProposal.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,551 | Bug 43551 Background conflicts with syntax highlighting in Edit Template of code gneration [code generation] | I have set my syntax highlighting colors. They use white foreground and black background for comments. In Preferences Java Code Generation Code & Comments If I edit an comment entry, eg Types I can not see the comments as it is using the syntax highlighting setting of white foreground but does not use the syntax highli... | resolved fixed | 15d9b60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-01T13:19:04Z | 2003-09-24T07:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterConfigurationBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,551 | Bug 43551 Background conflicts with syntax highlighting in Edit Template of code gneration [code generation] | I have set my syntax highlighting colors. They use white foreground and black background for comments. In Preferences Java Code Generation Code & Comments If I edit an comment entry, eg Types I can not see the comments as it is using the syntax highlighting setting of white foreground but does not use the syntax highli... | resolved fixed | 15d9b60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-01T13:19:04Z | 2003-09-24T07:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
42,690 | Bug 42690 Loading .importorder file fails when package prefix entry starts with an uppercase letter [code manipulation] | After saving my manually configured import order definition in the organize imports preferences page, I can't load it again ( Error Box: Not a valid import order file). The reason seems to be the existence of package prefix entrys which start with an uppercase letter. | resolved fixed | 397fa9b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-01T13:21:05Z | 2003-09-08T11:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ImportOrganizePreferencePage.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,985 | Bug 43985 NPE in ProblemsLabelDecorator | !ENTRY org.eclipse.jface 4 2 Okt 01, 2003 15:14:43.853 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.ui.ProblemsLabelDecorator.isAnnotationInRange(ProblemsLabelDecorator.java:264) at org.eclipse.jdt.ui.ProblemsLabelDecorator.g... | resolved fixed | af4f2c8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-01T21:10:06Z | 2003-10-01T14:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ProblemsLabelDecorator.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,557 | Bug 43557 Refactoring Extract method: Renaming of parameters doesn't work properly [refactoring] | To see the problem, take a look at the following example: public void test1() { String x = "x"; String y = "a" + x; System.out.println(x); } Select the last 2 code lines of the method and apply the refactoring extract method. In the dialog, give it a method name and rename parameter x to message. You'll get this: publi... | resolved fixed | 0819508 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T10:03:16Z | 2003-09-24T10:40:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/parameterName_in/A_test905.java | |
43,557 | Bug 43557 Refactoring Extract method: Renaming of parameters doesn't work properly [refactoring] | To see the problem, take a look at the following example: public void test1() { String x = "x"; String y = "a" + x; System.out.println(x); } Select the last 2 code lines of the method and apply the refactoring extract method. In the dialog, give it a method name and rename parameter x to message. You'll get this: publi... | resolved fixed | 0819508 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T10:03:16Z | 2003-09-24T10:40:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/parameterName_out/A_test905.java | |
43,557 | Bug 43557 Refactoring Extract method: Renaming of parameters doesn't work properly [refactoring] | To see the problem, take a look at the following example: public void test1() { String x = "x"; String y = "a" + x; System.out.println(x); } Select the last 2 code lines of the method and apply the refactoring extract method. In the dialog, give it a method name and rename parameter x to message. You'll get this: publi... | resolved fixed | 0819508 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T10:03:16Z | 2003-09-24T10:40:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
43,557 | Bug 43557 Refactoring Extract method: Renaming of parameters doesn't work properly [refactoring] | To see the problem, take a look at the following example: public void test1() { String x = "x"; String y = "a" + x; System.out.println(x); } Select the last 2 code lines of the method and apply the refactoring extract method. In the dialog, give it a method name and rename parameter x to message. You'll get this: publi... | resolved fixed | 0819508 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T10:03:16Z | 2003-09-24T10:40:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java | |
43,557 | Bug 43557 Refactoring Extract method: Renaming of parameters doesn't work properly [refactoring] | To see the problem, take a look at the following example: public void test1() { String x = "x"; String y = "a" + x; System.out.println(x); } Select the last 2 code lines of the method and apply the refactoring extract method. In the dialog, give it a method name and rename parameter x to message. You'll get this: publi... | resolved fixed | 0819508 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T10:03:16Z | 2003-09-24T10:40:00Z | org.eclipse.jdt.ui/core | |
43,557 | Bug 43557 Refactoring Extract method: Renaming of parameters doesn't work properly [refactoring] | To see the problem, take a look at the following example: public void test1() { String x = "x"; String y = "a" + x; System.out.println(x); } Select the last 2 code lines of the method and apply the refactoring extract method. In the dialog, give it a method name and rename parameter x to message. You'll get this: publi... | resolved fixed | 0819508 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T10:03:16Z | 2003-09-24T10:40:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java | |
43,653 | Bug 43653 Error while deleting resources | An error dialog is displayed while deleting resources, and a few exceptions are printed to the log. I haven't tested how reproducible this problem is. The machine is Eclipse-GTK-I20030925, GNOME, RedHat 9. STEPS: 1.) Make a workspace containing CVS projects for the platform-ui module, and binary projects with linked co... | resolved fixed | 70ee165 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T11:13:23Z | 2003-09-25T14:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,487 | Bug 43487 Exception on 'Preview' of inline method [refactoring] | 20030923 smoke 1. Laod the Junit sources in a project 2. Select SuiteTest.testInheritedTests and do a 'Inline...' Nothing happens, Exception in the log java.lang.NullPointerException at org.eclipse.jdt.internal.ui.refactoring.ChangeElementContentProvider.getChangeElement(ChangeElementContentProvider.java:165) at org.ec... | resolved fixed | 182766f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T16:50:31Z | 2003-09-23T09:40:00Z | org.eclipse.jdt.ui/ui | |
43,487 | Bug 43487 Exception on 'Preview' of inline method [refactoring] | 20030923 smoke 1. Laod the Junit sources in a project 2. Select SuiteTest.testInheritedTests and do a 'Inline...' Nothing happens, Exception in the log java.lang.NullPointerException at org.eclipse.jdt.internal.ui.refactoring.ChangeElementContentProvider.getChangeElement(ChangeElementContentProvider.java:165) at org.ec... | resolved fixed | 182766f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T16:50:31Z | 2003-09-23T09:40:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeElementContentProvider.java | |
42,585 | Bug 42585 [Refactoring] "self encapsulate field" loses finalness of field | Do "self encapsulate field" on a final field it correctly recognises that a setter is not appropriate but the field loses it's final marker. e.g. public final Object field; -> private Object field; | resolved fixed | 0efc6d9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T17:50:08Z | 2003-09-05T08:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/base_in/TestFinal.java | |
42,585 | Bug 42585 [Refactoring] "self encapsulate field" loses finalness of field | Do "self encapsulate field" on a final field it correctly recognises that a setter is not appropriate but the field loses it's final marker. e.g. public final Object field; -> private Object field; | resolved fixed | 0efc6d9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T17:50:08Z | 2003-09-05T08:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/base_out/TestFinal.java | |
42,585 | Bug 42585 [Refactoring] "self encapsulate field" loses finalness of field | Do "self encapsulate field" on a final field it correctly recognises that a setter is not appropriate but the field loses it's final marker. e.g. public final Object field; -> private Object field; | resolved fixed | 0efc6d9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T17:50:08Z | 2003-09-05T08:20:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
42,585 | Bug 42585 [Refactoring] "self encapsulate field" loses finalness of field | Do "self encapsulate field" on a final field it correctly recognises that a setter is not appropriate but the field loses it's final marker. e.g. public final Object field; -> private Object field; | resolved fixed | 0efc6d9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T17:50:08Z | 2003-09-05T08:20:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/SefTests.java | |
42,585 | Bug 42585 [Refactoring] "self encapsulate field" loses finalness of field | Do "self encapsulate field" on a final field it correctly recognises that a setter is not appropriate but the field loses it's final marker. e.g. public final Object field; -> private Object field; | resolved fixed | 0efc6d9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T17:50:08Z | 2003-09-05T08:20:00Z | org.eclipse.jdt.ui/core | |
42,585 | Bug 42585 [Refactoring] "self encapsulate field" loses finalness of field | Do "self encapsulate field" on a final field it correctly recognises that a setter is not appropriate but the field loses it's final marker. e.g. public final Object field; -> private Object field; | resolved fixed | 0efc6d9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T17:50:08Z | 2003-09-05T08:20:00Z | extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java | |
42,585 | Bug 42585 [Refactoring] "self encapsulate field" loses finalness of field | Do "self encapsulate field" on a final field it correctly recognises that a setter is not appropriate but the field loses it's final marker. e.g. public final Object field; -> private Object field; | resolved fixed | 0efc6d9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T17:50:08Z | 2003-09-05T08:20:00Z | org.eclipse.jdt.ui/core | |
42,585 | Bug 42585 [Refactoring] "self encapsulate field" loses finalness of field | Do "self encapsulate field" on a final field it correctly recognises that a setter is not appropriate but the field loses it's final marker. e.g. public final Object field; -> private Object field; | resolved fixed | 0efc6d9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-02T17:50:08Z | 2003-09-05T08:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java | |
41,630 | Bug 41630 Cannot apply Surround with Try Catch when click error from task view. [refactoring] | null | closed fixed | ab5b758 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T11:01:01Z | 2003-08-18T01:26:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_in/TestExpressionStatement.java | |
41,630 | Bug 41630 Cannot apply Surround with Try Catch when click error from task view. [refactoring] | null | closed fixed | ab5b758 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T11:01:01Z | 2003-08-18T01:26:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_out/TestExpressionStatement.java | |
41,630 | Bug 41630 Cannot apply Surround with Try Catch when click error from task view. [refactoring] | null | closed fixed | ab5b758 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T11:01:01Z | 2003-08-18T01:26:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
41,630 | Bug 41630 Cannot apply Surround with Try Catch when click error from task view. [refactoring] | null | closed fixed | ab5b758 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T11:01:01Z | 2003-08-18T01:26:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/SurroundWithTests.java | |
41,630 | Bug 41630 Cannot apply Surround with Try Catch when click error from task view. [refactoring] | null | closed fixed | ab5b758 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T11:01:01Z | 2003-08-18T01:26:40Z | org.eclipse.jdt.ui/core | |
41,630 | Bug 41630 Cannot apply Surround with Try Catch when click error from task view. [refactoring] | null | closed fixed | ab5b758 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T11:01:01Z | 2003-08-18T01:26:40Z | extension/org/eclipse/jdt/internal/corext/dom/SelectionAnalyzer.java | |
41,630 | Bug 41630 Cannot apply Surround with Try Catch when click error from task view. [refactoring] | null | closed fixed | ab5b758 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T11:01:01Z | 2003-08-18T01:26:40Z | org.eclipse.jdt.ui/core | |
41,630 | Bug 41630 Cannot apply Surround with Try Catch when click error from task view. [refactoring] | null | closed fixed | ab5b758 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T11:01:01Z | 2003-08-18T01:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java | |
41,630 | Bug 41630 Cannot apply Surround with Try Catch when click error from task view. [refactoring] | null | closed fixed | ab5b758 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T11:01:01Z | 2003-08-18T01:26:40Z | org.eclipse.jdt.ui/core | |
41,630 | Bug 41630 Cannot apply Surround with Try Catch when click error from task view. [refactoring] | null | closed fixed | ab5b758 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T11:01:01Z | 2003-08-18T01:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/SurroundWithTryCatchAnalyzer.java | |
41,630 | Bug 41630 Cannot apply Surround with Try Catch when click error from task view. [refactoring] | null | closed fixed | ab5b758 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T11:01:01Z | 2003-08-18T01:26:40Z | org.eclipse.jdt.ui/core | |
41,630 | Bug 41630 Cannot apply Surround with Try Catch when click error from task view. [refactoring] | null | closed fixed | ab5b758 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T11:01:01Z | 2003-08-18T01:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/SurroundWithTryCatchRefactoring.java | |
42,753 | Bug 42753 Inline refactoring showed bogus error [refactoring] | The are no compiliation errors or warnings in the project. Happens in M3 and M2. | resolved fixed | 4e741e4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T12:37:02Z | 2003-09-09T06:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_in/TestLabeledStatement.java | |
42,753 | Bug 42753 Inline refactoring showed bogus error [refactoring] | The are no compiliation errors or warnings in the project. Happens in M3 and M2. | resolved fixed | 4e741e4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T12:37:02Z | 2003-09-09T06:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_out/TestLabeledStatement.java | |
42,753 | Bug 42753 Inline refactoring showed bogus error [refactoring] | The are no compiliation errors or warnings in the project. Happens in M3 and M2. | resolved fixed | 4e741e4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T12:37:02Z | 2003-09-09T06:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
42,753 | Bug 42753 Inline refactoring showed bogus error [refactoring] | The are no compiliation errors or warnings in the project. Happens in M3 and M2. | resolved fixed | 4e741e4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T12:37:02Z | 2003-09-09T06:46:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java | |
42,753 | Bug 42753 Inline refactoring showed bogus error [refactoring] | The are no compiliation errors or warnings in the project. Happens in M3 and M2. | resolved fixed | 4e741e4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T12:37:02Z | 2003-09-09T06:46:40Z | org.eclipse.jdt.ui/core | |
42,753 | Bug 42753 Inline refactoring showed bogus error [refactoring] | The are no compiliation errors or warnings in the project. Happens in M3 and M2. | resolved fixed | 4e741e4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T12:37:02Z | 2003-09-09T06:46:40Z | extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java | |
42,753 | Bug 42753 Inline refactoring showed bogus error [refactoring] | The are no compiliation errors or warnings in the project. Happens in M3 and M2. | resolved fixed | 4e741e4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T12:37:02Z | 2003-09-09T06:46:40Z | org.eclipse.jdt.ui/core | |
42,753 | Bug 42753 Inline refactoring showed bogus error [refactoring] | The are no compiliation errors or warnings in the project. Happens in M3 and M2. | resolved fixed | 4e741e4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T12:37:02Z | 2003-09-09T06:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/invalid/TestFieldInitializer.java | package invalid;
public class TestFieldInitializer {
private int field= /*]*/foo()/*[*/;
public int foo() {
return 1;
}
}
|
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/invalid/TestInvalidFieldInitializer1.java | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/invalid/TestInvalidFieldInitializer2.java | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_in/TestFieldInitializer1.java | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_in/TestFieldInitializer2.java | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_out/TestFieldInitializer1.java | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_out/TestFieldInitializer2.java | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | org.eclipse.jdt.ui/core | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | org.eclipse.jdt.ui/core | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | org.eclipse.jdt.ui/core | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InvocationAnalyzer.java | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | org.eclipse.jdt.ui/core | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | org.eclipse.jdt.ui/core | |
38,137 | Bug 38137 inline call that is used in a field initializer [refactoring] | Often I have deprecated methods which just delegate to a new method. A nice way to get rid of them is to simply inline those methods. Unfortunately, it's not possible to inline a method call in a field initializer, though I don't think it should be a problem as long as - the method is consisting of only one method call... | verified fixed | 4d5bc5d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-03T16:14:32Z | 2003-05-27T10:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/InputFlowAnalyzer.java | |
44,062 | Bug 44062 javadoc command should correspond to default JDK [javadoc] | The java command should match the selected JDK in preferences. In OSX, I found that the default runtime was 1.4.1 but the javadoc command was using JDK 1.3.1 javadoc. | verified fixed | 6ae8ee8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-06T09:40:54Z | 2003-10-02T10:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocPreferencePage.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
44,166 | Bug 44166 npe in organize imports [code manipulation] | 3.0M3 on linux gtk i found this in the log java.lang.NullPointerException at org.eclipse.jdt.ui.actions.OrganizeImportsAction.doListSelectionChanged(OrganizeImportsAction.java:492) at org.eclipse.jdt.ui.actions.OrganizeImportsAction.access$2(OrganizeImportsAction.java:489) at org.eclipse.jdt.ui.actions.OrganizeImportsA... | resolved fixed | bd51be5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-06T12:32:17Z | 2003-10-03T22:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
18,316 | Bug 18316 Status line update when selecting task in task list | The following code snippet is executes by the CompilationUnitEditor when pressing the Next/Previous Problem buttons in the toolbar and also when using the keyboard shortcuts Ctrl+E/P. In the first case, the task list selection is updated and the status line is changed. In the second case, the status line is cleared. (T... | verified fixed | 64aa612 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-06T15:37:22Z | 2002-05-30T14:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,999 | Bug 43999 Filter to hide anonymous inner classes in Outline View | A new feature was added in 3.0 to show all the inner classes. However in some cases (for example when you are implementing a large number of event listeners) this makes the Outline view very difficult to use because it becomes very cluttered. Also, the word "Anonymous" is quite long and comes at the front so that typic... | resolved fixed | 7cb2764 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-06T15:41:50Z | 2003-10-01T14:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,999 | Bug 43999 Filter to hide anonymous inner classes in Outline View | A new feature was added in 3.0 to show all the inner classes. However in some cases (for example when you are implementing a large number of event listeners) this makes the Outline view very difficult to use because it becomes very cluttered. Also, the word "Anonymous" is quite long and comes at the front so that typic... | resolved fixed | 7cb2764 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-06T15:41:50Z | 2003-10-01T14:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/MemberFilter.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
43,999 | Bug 43999 Filter to hide anonymous inner classes in Outline View | A new feature was added in 3.0 to show all the inner classes. However in some cases (for example when you are implementing a large number of event listeners) this makes the Outline view very difficult to use because it becomes very cluttered. Also, the word "Anonymous" is quite long and comes at the front so that typic... | resolved fixed | 7cb2764 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-06T15:41:50Z | 2003-10-01T14:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/MemberFilterActionGroup.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
42,215 | Bug 42215 enclosing_package template variable doesn't seem to work [code manipulation] | I'm trying to use the template variable "enclosing_package" as the value behind a package statement within a template, as follows: package ${enclosing_package}; However, the variable never gets replaced with anything, and I end up having to type out the package name. | resolved fixed | 87e78c8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-06T16:14:19Z | 2003-08-28T14:13:20Z | org.eclipse.jdt.ui/core | |
42,215 | Bug 42215 enclosing_package template variable doesn't seem to work [code manipulation] | I'm trying to use the template variable "enclosing_package" as the value behind a package statement within a template, as follows: package ${enclosing_package}; However, the variable never gets replaced with anything, and I end up having to type out the package name. | resolved fixed | 87e78c8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-06T16:14:19Z | 2003-08-28T14:13:20Z | extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContext.java | |
39,272 | Bug 39272 Java Model Exception when creating a project from scratch | I launched Eclipse 2.1 from a brand new Workspace and from there, created a Java project (called "Works") by pointing Eclipse to the root of my project. The process fails after a short while (whether I press Next or Finish after the first page of the wizard) with a dialog telling me to look at the log. I included the t... | resolved fixed | 6cbe482 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-06T17:09:01Z | 2003-06-24T15:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,497 | Bug 38497 Missleading quickfix proposal name [quickfix] | I20030604: Define the following method: void m(int i, float r) {} Call it using m(2.3, 1); Onw of the proposed quick fixes is "Cast argument 1 to 'int'" which is confusing. We should rephrase the proposal. | resolved fixed | 23097b8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-06T18:09:57Z | 2003-06-05T10:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
41,514 | Bug 41514 Stubs for implemented methods are created when the supertype's method implementation declares a runtime exception [code manipulation] | I have a class hierarchy like this: public interface MyInterface { void method(); } public class Implementor implements MyInterface { // note the exception declaration public void method() throws RuntimeException { ... } } When I create a new class which extends Implementor with the wizard and check the "Inherited abst... | resolved fixed | 9651616 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-06T18:52:03Z | 2003-08-13T21:26:40Z | org.eclipse.jdt.ui/core | |
41,514 | Bug 41514 Stubs for implemented methods are created when the supertype's method implementation declares a runtime exception [code manipulation] | I have a class hierarchy like this: public interface MyInterface { void method(); } public class Implementor implements MyInterface { // note the exception declaration public void method() throws RuntimeException { ... } } When I create a new class which extends Implementor with the wizard and check the "Inherited abst... | resolved fixed | 9651616 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-06T18:52:03Z | 2003-08-13T21:26:40Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java | |
44,287 | Bug 44287 Need filter to hide anonymous inner classes in Package Explorer | null | resolved fixed | bcd187c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-10-07T13:28:18Z | 2003-10-07T09:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/LocalTypesFilter.java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.