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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
49,182 | Bug 49182 What should canceling setRawClasspath do ? | null | resolved fixed | 9dd88b1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-19T19:22:33Z | 2003-12-19T16:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BuildPathsPropertyPage.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... |
49,182 | Bug 49182 What should canceling setRawClasspath do ? | null | resolved fixed | 9dd88b1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-19T19:22:33Z | 2003-12-19T16:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.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... |
49,182 | Bug 49182 What should canceling setRawClasspath do ? | null | resolved fixed | 9dd88b1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-19T19:22:33Z | 2003-12-19T16:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/GoToBackProgressMonitorDialog.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... |
49,182 | Bug 49182 What should canceling setRawClasspath do ? | null | resolved fixed | 9dd88b1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-19T19:22:33Z | 2003-12-19T16:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableBlock.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... |
49,243 | Bug 49243 New code formatter: missing feature | The new code formatter seems to do everything and cater to all tastes. However, it still does not cover one aspect of how I format code. I like to do for-s like this: for (int i=1 ; i<10 ; i++) {} (note spaces surrounding ;-s). However, I do NOT want a space before ;-s anywhere else (ideology: in other places ; is a te... | resolved fixed | ae87e82 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-19T19:52:39Z | 2003-12-21T01:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java | /*******************************************************************************
* Copyright (c) 2000, 2004 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... |
49,243 | Bug 49243 New code formatter: missing feature | The new code formatter seems to do everything and cater to all tastes. However, it still does not cover one aspect of how I format code. I like to do for-s like this: for (int i=1 ; i<10 ; i++) {} (note spaces surrounding ;-s). However, I do NOT want a space before ;-s anywhere else (ideology: in other places ; is a te... | resolved fixed | ae87e82 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-19T19:52:39Z | 2003-12-21T01:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileVersioner.java | /*******************************************************************************
* Copyright (c) 2000, 2004 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... |
49,243 | Bug 49243 New code formatter: missing feature | The new code formatter seems to do everything and cater to all tastes. However, it still does not cover one aspect of how I format code. I like to do for-s like this: for (int i=1 ; i<10 ; i++) {} (note spaces surrounding ;-s). However, I do NOT want a space before ;-s anywhere else (ideology: in other places ; is a te... | resolved fixed | ae87e82 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-19T19:52:39Z | 2003-12-21T01:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceOptions.java | /*******************************************************************************
* Copyright (c) 2000, 2004 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... |
51,557 | Bug 51557 [formatter] pref page - restore defaults should select "Default" profile | Clicking on "Restore Defaults" should select the "Default [built-in]" profile. | verified fixed | 991a1e2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-19T20:17:40Z | 2004-02-11T00:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterPreferencePage.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... |
51,557 | Bug 51557 [formatter] pref page - restore defaults should select "Default" profile | Clicking on "Restore Defaults" should select the "Default [built-in]" profile. | verified fixed | 991a1e2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-19T20:17:40Z | 2004-02-11T00:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodingStyleConfigurationBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2004 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... |
54,228 | Bug 54228 Editing type filter unchecks it | Build 20040309 In the "type filters" preference page, editing a type unchecks it. Editing the string shouldn't have any effect on whether or not the filter is checked. | resolved fixed | eec2132 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-19T20:21:07Z | 2004-03-10T00:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/CheckedListDialogField.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... |
55,347 | Bug 55347 Surround with try/catch QF corrupts code | I20040318 With this code: import java.io.*; public class EF { public static void foo() throws IOException { InputStream is= null; if (is != null) { is.close(); } } } - select the full line containing the "close" - press Command-1 for QF - select surround with try/catch Observe: corrupted code import java.io.*; public c... | resolved fixed | 2239857 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-20T14:01:38Z | 2004-03-19T12:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.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... |
55,399 | Bug 55399 exception on Code Style preference page | Nightly build 0319 - start a new eclipse install - show the Java > Code Style preference page - will get the attached exception | resolved fixed | 7b04c88 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-20T14:31:25Z | 2004-03-19T18:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NameConventionConfigurationBlock.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,444 | Bug 38444 new project, cancel deletes existing files [code manipulation] | null | verified fixed | 8b4247b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-21T16:10:56Z | 2003-06-04T23:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.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,248 | Bug 43248 "Assign statement to local variable" removes preceeding comment [quick assist] [ast rewrite] | Consider the method public void a() { // here is a comment System.getenv("");X } where X denotes the cursor. If the quick fix "Assign statement to local variable" is used the comment disapears... | verified fixed | 89e22ac | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-21T17:04:38Z | 2003-09-17T20:20:00Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.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,248 | Bug 43248 "Assign statement to local variable" removes preceeding comment [quick assist] [ast rewrite] | Consider the method public void a() { // here is a comment System.getenv("");X } where X denotes the cursor. If the quick fix "Assign statement to local variable" is used the comment disapears... | verified fixed | 89e22ac | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-21T17:04:38Z | 2003-09-17T20:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AssignToVariableAssistProposal.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... |
50,960 | Bug 50960 Quick Fix "Qualify with..." qualifies inherited fields incorrectly | When using unqualified access to an inherited field, the Quickfix suggests "<Classname>.this.<fieldname>". Instead it should be "this.<fieldname>" or maybe "super.<fieldname>". (Eclipse 3.0M6) | resolved fixed | edbf187 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-21T17:15:58Z | 2004-01-30T13:40:00Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.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... |
50,960 | Bug 50960 Quick Fix "Qualify with..." qualifies inherited fields incorrectly | When using unqualified access to an inherited field, the Quickfix suggests "<Classname>.this.<fieldname>". Instead it should be "this.<fieldname>" or maybe "super.<fieldname>". (Eclipse 3.0M6) | resolved fixed | edbf187 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-21T17:15:58Z | 2004-01-30T13:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.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... |
55,451 | Bug 55451 Assertion Failed in ASTProvider | plugin export 20040319 1. Browse into CVS of org.eclipse.swt (win32), and open TableItem.java 2. Endless repretitions of error dialogs org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed: at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at org.eclipse.jfac... | verified fixed | 4e73111 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-21T22:23:59Z | 2004-03-20T13:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/SelectionListenerWithASTManager.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... |
49,796 | Bug 49796 Generalize Type refactoring leaks a GC [refactoring] | M6 The Generalize Type refactoring leaks a GC every time it's invoked. It's the one created at: ChangeTypeWizard$ChangeTypeInputPage.addTreeComponent (line 234) | resolved fixed | 7996095 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T10:10:41Z | 2004-01-09T20:26:40Z | org.eclipse.jdt.ui/ui | |
49,796 | Bug 49796 Generalize Type refactoring leaks a GC [refactoring] | M6 The Generalize Type refactoring leaks a GC every time it's invoked. It's the one created at: ChangeTypeWizard$ChangeTypeInputPage.addTreeComponent (line 234) | resolved fixed | 7996095 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T10:10:41Z | 2004-01-09T20:26:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeTypeWizard.java | |
53,539 | Bug 53539 Search Internal Error | A Java search of "//xyz" will result in a internal error. java.lang.NullPointerException at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:701) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:669) at org.eclipse.jdt.internal.ui.search.JavaSearchQuery.run(JavaSearchQuery.java:100)... | resolved wontfix | 0cb3964 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T10:18:59Z | 2004-03-02T20:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchQuery.java | |
53,539 | Bug 53539 Search Internal Error | A Java search of "//xyz" will result in a internal error. java.lang.NullPointerException at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:701) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:669) at org.eclipse.jdt.internal.ui.search.JavaSearchQuery.run(JavaSearchQuery.java:100)... | resolved wontfix | 0cb3964 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T10:18:59Z | 2004-03-02T20:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResult.java | |
51,540 | Bug 51540 "Encapuslate field" can fail when two variables in one variable declaration. [refactoring] | Start with: public class Test { int fFoo, fBar; } "Encapsulate field..." fFoo. This yields in: public class Test { private int fFoo, fBar; void setFoo(int foo) { fFoo = foo; } int getFoo() { return fFoo; } } However, if some classes in the package refer to fBar, the code becomes uncompilable, because fBar is now privat... | resolved fixed | 9450ed6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T14:54:47Z | 2004-02-10T21:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/base_in/TestTwoFragments.java | |
51,540 | Bug 51540 "Encapuslate field" can fail when two variables in one variable declaration. [refactoring] | Start with: public class Test { int fFoo, fBar; } "Encapsulate field..." fFoo. This yields in: public class Test { private int fFoo, fBar; void setFoo(int foo) { fFoo = foo; } int getFoo() { return fFoo; } } However, if some classes in the package refer to fBar, the code becomes uncompilable, because fBar is now privat... | resolved fixed | 9450ed6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T14:54:47Z | 2004-02-10T21:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/base_out/TestTwoFragments.java | |
51,540 | Bug 51540 "Encapuslate field" can fail when two variables in one variable declaration. [refactoring] | Start with: public class Test { int fFoo, fBar; } "Encapsulate field..." fFoo. This yields in: public class Test { private int fFoo, fBar; void setFoo(int foo) { fFoo = foo; } int getFoo() { return fFoo; } } However, if some classes in the package refer to fBar, the code becomes uncompilable, because fBar is now privat... | resolved fixed | 9450ed6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T14:54:47Z | 2004-02-10T21:53:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
51,540 | Bug 51540 "Encapuslate field" can fail when two variables in one variable declaration. [refactoring] | Start with: public class Test { int fFoo, fBar; } "Encapsulate field..." fFoo. This yields in: public class Test { private int fFoo, fBar; void setFoo(int foo) { fFoo = foo; } int getFoo() { return fFoo; } } However, if some classes in the package refer to fBar, the code becomes uncompilable, because fBar is now privat... | resolved fixed | 9450ed6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T14:54:47Z | 2004-02-10T21:53:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/SefTests.java | |
51,540 | Bug 51540 "Encapuslate field" can fail when two variables in one variable declaration. [refactoring] | Start with: public class Test { int fFoo, fBar; } "Encapsulate field..." fFoo. This yields in: public class Test { private int fFoo, fBar; void setFoo(int foo) { fFoo = foo; } int getFoo() { return fFoo; } } However, if some classes in the package refer to fBar, the code becomes uncompilable, because fBar is now privat... | resolved fixed | 9450ed6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T14:54:47Z | 2004-02-10T21:53:20Z | org.eclipse.jdt.ui/core | |
51,540 | Bug 51540 "Encapuslate field" can fail when two variables in one variable declaration. [refactoring] | Start with: public class Test { int fFoo, fBar; } "Encapsulate field..." fFoo. This yields in: public class Test { private int fFoo, fBar; void setFoo(int foo) { fFoo = foo; } int getFoo() { return fFoo; } } However, if some classes in the package refer to fBar, the code becomes uncompilable, because fBar is now privat... | resolved fixed | 9450ed6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T14:54:47Z | 2004-02-10T21:53:20Z | extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java | |
51,540 | Bug 51540 "Encapuslate field" can fail when two variables in one variable declaration. [refactoring] | Start with: public class Test { int fFoo, fBar; } "Encapsulate field..." fFoo. This yields in: public class Test { private int fFoo, fBar; void setFoo(int foo) { fFoo = foo; } int getFoo() { return fFoo; } } However, if some classes in the package refer to fBar, the code becomes uncompilable, because fBar is now privat... | resolved fixed | 9450ed6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T14:54:47Z | 2004-02-10T21:53:20Z | org.eclipse.jdt.ui/core | |
51,540 | Bug 51540 "Encapuslate field" can fail when two variables in one variable declaration. [refactoring] | Start with: public class Test { int fFoo, fBar; } "Encapsulate field..." fFoo. This yields in: public class Test { private int fFoo, fBar; void setFoo(int foo) { fFoo = foo; } int getFoo() { return fFoo; } } However, if some classes in the package refer to fBar, the code becomes uncompilable, because fBar is now privat... | resolved fixed | 9450ed6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T14:54:47Z | 2004-02-10T21:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java | |
52,346 | Bug 52346 [misc] Undo yields wrong code | null | verified fixed | cc229f9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T15:33:57Z | 2004-02-18T10:26:40Z | 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... |
55,529 | Bug 55529 JavaDocCompletionEvaluator contains e.printStackTrace call | I20040318 | resolved fixed | c688167 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T16:01:23Z | 2004-03-22T15:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionEvaluator.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... |
55,497 | Bug 55497 [syntax highlighting] Support case-insensitive Task Tags in JavaCommentScanner | Following a JDT/Core change. Preference pages already support it. | resolved fixed | 8d3c226 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T16:10:50Z | 2004-03-22T10:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskConfigurationBlock.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... |
47,788 | Bug 47788 Move CU doesn't add import to cus in other package fragments of source package [refactoring] | If you have to source folders with a class in the first source folder andyou move the class into another package, the refactoring will refactor all classes of the first folder correctly, but doesn't take any classes of the second folder into account. | resolved fixed | 46d978e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T16:21:18Z | 2003-12-01T12:00:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
47,788 | Bug 47788 Move CU doesn't add import to cus in other package fragments of source package [refactoring] | If you have to source folders with a class in the first source folder andyou move the class into another package, the refactoring will refactor all classes of the first folder correctly, but doesn't take any classes of the second folder into account. | resolved fixed | 46d978e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T16:21:18Z | 2003-12-01T12:00:00Z | cases/org/eclipse/jdt/ui/tests/reorg/MoveTest.java | |
47,788 | Bug 47788 Move CU doesn't add import to cus in other package fragments of source package [refactoring] | If you have to source folders with a class in the first source folder andyou move the class into another package, the refactoring will refactor all classes of the first folder correctly, but doesn't take any classes of the second folder into account. | resolved fixed | 46d978e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T16:21:18Z | 2003-12-01T12:00:00Z | org.eclipse.jdt.ui/core | |
47,788 | Bug 47788 Move CU doesn't add import to cus in other package fragments of source package [refactoring] | If you have to source folders with a class in the first source folder andyou move the class into another package, the refactoring will refactor all classes of the first folder correctly, but doesn't take any classes of the second folder into account. | resolved fixed | 46d978e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T16:21:18Z | 2003-12-01T12:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveCuUpdateCreator.java | |
55,555 | Bug 55555 NPE in JavaFormatter.plainFormat | I20040322 Found NPE in .log (related to scrapbook page) !ENTRY org.eclipse.ui 4 0 Mrz 22, 2004 17:57:21.152 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.template.java.JavaFormatter.plainFormat(JavaFormatter.java:174) at org.eclipse.jdt.internal.corex... | resolved fixed | b89c4ae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T17:19:38Z | 2004-03-22T18:26:40Z | org.eclipse.jdt.ui/core | |
55,555 | Bug 55555 NPE in JavaFormatter.plainFormat | I20040322 Found NPE in .log (related to scrapbook page) !ENTRY org.eclipse.ui 4 0 Mrz 22, 2004 17:57:21.152 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.template.java.JavaFormatter.plainFormat(JavaFormatter.java:174) at org.eclipse.jdt.internal.corex... | resolved fixed | b89c4ae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T17:19:38Z | 2004-03-22T18:26:40Z | extension/org/eclipse/jdt/internal/corext/template/java/JavaFormatter.java | |
55,532 | Bug 55532 JUnitAddLibraryProposal contains e.printStackTrace call | I20040316 | resolved fixed | d3151ec | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T18:16:49Z | 2004-03-22T15:40:00Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitAddLibraryProposal.java | /*
* Created on Jul 16, 2003
*
* To change this generated comment go to
* Window>Preferences>Java>Code Generation>Code Template
*/
package org.eclipse.jdt.internal.junit.ui;
import org.eclipse.jdt.core.IJavaProject;
import org.eclipse.jdt.core.JavaModelException;
import org.eclipse.jdt.internal.junit.wizards.New... |
54,153 | Bug 54153 AssertionFailedException when canceling action from "lock window" | N20040309 1. Start a CVS refresh (long running) that will lock your project 2. Try to perform a refactoring (e.g. Extract Constant) 3. The progress "lock" window will show up, telling you that the workspace lock can not be obtained, with the option to cancel either the cvs or ui task. 4. Choose to cancel the UI task ->... | resolved fixed | 7f38a95 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T19:29:45Z | 2004-03-09T16:33:20Z | org.eclipse.jdt.ui/ui | |
54,153 | Bug 54153 AssertionFailedException when canceling action from "lock window" | N20040309 1. Start a CVS refresh (long running) that will lock your project 2. Try to perform a refactoring (e.g. Extract Constant) 3. The progress "lock" window will show up, telling you that the workspace lock can not be obtained, with the option to cancel either the cvs or ui task. 4. Choose to cancel the UI task ->... | resolved fixed | 7f38a95 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T19:29:45Z | 2004-03-09T16:33:20Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringStarter.java | |
41,796 | Bug 41796 JavaDoc comment for TextBuffer.getLineCotent incomplete | The comment for TextBuffer.getLineContent() should include something to the effect that it does not include the line's delimiter in the String that is returned. | resolved fixed | d70a184 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T19:33:24Z | 2003-08-21T12:46:40Z | org.eclipse.jdt.ui/core | |
41,796 | Bug 41796 JavaDoc comment for TextBuffer.getLineCotent incomplete | The comment for TextBuffer.getLineContent() should include something to the effect that it does not include the line's delimiter in the String that is returned. | resolved fixed | d70a184 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T19:33:24Z | 2003-08-21T12:46:40Z | extension/org/eclipse/jdt/internal/corext/textmanipulation/TextBuffer.java | |
49,022 | Bug 49022 Extract Method: changed parameter name not used in return statement [refactoring] | I20031216-2000: void execute() { int i= 2; i= i * 2; // extract this statement int a= i; } Extract the line and change the parameter name from "i" to "jott". Expected: the extracted code uses 'jott' everywhere. Was: private int execute(int jott) { jott= jott * 2; // extract this statement return i; } | resolved fixed | a5069a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T20:12:28Z | 2003-12-17T14:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/parameterName_in/A_test906.java | |
49,022 | Bug 49022 Extract Method: changed parameter name not used in return statement [refactoring] | I20031216-2000: void execute() { int i= 2; i= i * 2; // extract this statement int a= i; } Extract the line and change the parameter name from "i" to "jott". Expected: the extracted code uses 'jott' everywhere. Was: private int execute(int jott) { jott= jott * 2; // extract this statement return i; } | resolved fixed | a5069a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T20:12:28Z | 2003-12-17T14:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/parameterName_out/A_test906.java | |
49,022 | Bug 49022 Extract Method: changed parameter name not used in return statement [refactoring] | I20031216-2000: void execute() { int i= 2; i= i * 2; // extract this statement int a= i; } Extract the line and change the parameter name from "i" to "jott". Expected: the extracted code uses 'jott' everywhere. Was: private int execute(int jott) { jott= jott * 2; // extract this statement return i; } | resolved fixed | a5069a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T20:12:28Z | 2003-12-17T14:06:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
49,022 | Bug 49022 Extract Method: changed parameter name not used in return statement [refactoring] | I20031216-2000: void execute() { int i= 2; i= i * 2; // extract this statement int a= i; } Extract the line and change the parameter name from "i" to "jott". Expected: the extracted code uses 'jott' everywhere. Was: private int execute(int jott) { jott= jott * 2; // extract this statement return i; } | resolved fixed | a5069a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T20:12:28Z | 2003-12-17T14:06:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java | |
49,022 | Bug 49022 Extract Method: changed parameter name not used in return statement [refactoring] | I20031216-2000: void execute() { int i= 2; i= i * 2; // extract this statement int a= i; } Extract the line and change the parameter name from "i" to "jott". Expected: the extracted code uses 'jott' everywhere. Was: private int execute(int jott) { jott= jott * 2; // extract this statement return i; } | resolved fixed | a5069a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T20:12:28Z | 2003-12-17T14:06:40Z | org.eclipse.jdt.ui/core | |
49,022 | Bug 49022 Extract Method: changed parameter name not used in return statement [refactoring] | I20031216-2000: void execute() { int i= 2; i= i * 2; // extract this statement int a= i; } Extract the line and change the parameter name from "i" to "jott". Expected: the extracted code uses 'jott' everywhere. Was: private int execute(int jott) { jott= jott * 2; // extract this statement return i; } | resolved fixed | a5069a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-22T20:12:28Z | 2003-12-17T14:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java | |
55,628 | Bug 55628 Ctrl+o Filters not persistent when set via view menu | I20040322 | resolved fixed | 7fa55bd | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-23T11:47:55Z | 2004-03-23T08:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CustomFiltersActionGroup.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... |
55,675 | Bug 55675 NPE in ASTProvider.reconciled | I20040323_0010 + export for smoke test. This was on the console, not in the log: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.reconciled(ASTProvider.java:413) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.reconciled(CompilationUnitEditor.java:1530) at org.eclips... | verified fixed | 8fa622a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-23T14:57:26Z | 2004-03-23T13:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.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... |
53,869 | Bug 53869 [EditorMgmt] Blank outliner when opening/switching to editor | Build 20040303 - multiple windows No exact steps sorry. The problem is that sometimes when opening an editor (ctrl-shift-T) or switching to an existing one will bring it to front, but the outliner doesn't refresh properly. It remains blank. Usually, closing the editor and reopening will make the outline show up after a... | verified fixed | de8851d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-23T15:05:42Z | 2004-03-05T15:20: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... |
51,170 | Bug 51170 [implementation] AbstractMarkerAnnotationModel.updateMarker doesn't maintain Marker length | Using 3.0M5. I hope this is clear what my problem is. The problem I'm running into is that when I use the updateMarker(3 args) function to force a Marker up to date, the resource change listener isn't disabled. So the BasicMarkerUpdater sets the Marker CHAR_START, which causes the listener to be invoked, which causes t... | resolved fixed | 96d2584 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-23T15:28:32Z | 2004-02-04T15:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.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... |
53,473 | Bug 53473 [EditorMgmt] Leak editor++ on open/close | Build I20040226 1. Create a simple project P; create a file file.txt. 2. Open file.txt; close file.txt Using a profiler, check if there are any instances hanging around. I discover a left-over editor. In addition, I leak many ActionHandler and HandlerSubmissions (equal number). (I appear to leak 1 additional editor and... | resolved fixed | 03aebf6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-24T09:48:46Z | 2004-03-02T04:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.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... |
55,863 | Bug 55863 No content assist in dialog text fields and combos | null | verified fixed | c86359b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-24T15:24:55Z | 2004-03-24T12:06:40Z | org.eclipse.jdt.ui/ui | |
55,863 | Bug 55863 No content assist in dialog text fields and combos | null | verified fixed | c86359b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-24T15:24:55Z | 2004-03-24T12:06:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java | |
56,105 | Bug 56105 Shouldn't use @todo as a default todo tag | I20040324 We shouldn't used @todo as a default todo tag. Doing so causes grief when using @todo inside Javadoc tags. | verified fixed | 6a3679a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-25T11:37:19Z | 2004-03-25T10:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.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... |
55,867 | Bug 55867 [misc] Hang when clicking quickfix rollover | I 2004-03-24+plugin export 1) Import junit 3.8.1 into project JUnit with a source folder "src" 2) create the following two classes in the "src" folder: /* * Created on Mar 24, 2004 * * @todo To change the template for this generated file go to * Window - Preferences - Java - Code Generation - Code and Comments */ /** *... | resolved fixed | cd8af8f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-25T11:40:47Z | 2004-03-24T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.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... |
55,867 | Bug 55867 [misc] Hang when clicking quickfix rollover | I 2004-03-24+plugin export 1) Import junit 3.8.1 into project JUnit with a source folder "src" 2) create the following two classes in the "src" folder: /* * Created on Mar 24, 2004 * * @todo To change the template for this generated file go to * Window - Preferences - Java - Code Generation - Code and Comments */ /** *... | resolved fixed | cd8af8f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-25T11:40:47Z | 2004-03-24T12:06:40Z | 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... |
55,867 | Bug 55867 [misc] Hang when clicking quickfix rollover | I 2004-03-24+plugin export 1) Import junit 3.8.1 into project JUnit with a source folder "src" 2) create the following two classes in the "src" folder: /* * Created on Mar 24, 2004 * * @todo To change the template for this generated file go to * Window - Preferences - Java - Code Generation - Code and Comments */ /** *... | resolved fixed | cd8af8f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-25T11:40:47Z | 2004-03-24T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/IJavaReconcilingListener.java | /*******************************************************************************
* Copyright (c) 2000, 2004 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... |
55,867 | Bug 55867 [misc] Hang when clicking quickfix rollover | I 2004-03-24+plugin export 1) Import junit 3.8.1 into project JUnit with a source folder "src" 2) create the following two classes in the "src" folder: /* * Created on Mar 24, 2004 * * @todo To change the template for this generated file go to * Window - Preferences - Java - Code Generation - Code and Comments */ /** *... | resolved fixed | cd8af8f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-25T11:40:47Z | 2004-03-24T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaReconcilingStrategy.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... |
55,975 | Bug 55975 User Libraries lose jars after save, load [build path] | I20040324-0800 Saving and then re-loading the saved user library misses some of the jars. Steps: - new workspace, import org.apache.ant as binary - new java project "abc" - on abc: Properties, Buildpath, Libraries, Add Library - User Library, Next, User Libraries - New: "Ameisen" (not system) - Add Jars... - add ant.ja... | verified fixed | b25dea7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-25T12:16:08Z | 2004-03-24T17:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.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... |
55,899 | Bug 55899 NPE & Assertion Failure in Call Hierarchy | i2003-04-24 + plugin export see attached stacktrace - dont know how to reproduce (but occured on a call hierarchy of Object.toString() with only JUnit example-project in the workspace) | verified fixed | 4ffc9d0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-25T14:07:33Z | 2004-03-24T14:53:20Z | org.eclipse.jdt.ui/core | |
55,899 | Bug 55899 NPE & Assertion Failure in Call Hierarchy | i2003-04-24 + plugin export see attached stacktrace - dont know how to reproduce (but occured on a call hierarchy of Object.toString() with only JUnit example-project in the workspace) | verified fixed | 4ffc9d0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-25T14:07:33Z | 2004-03-24T14:53:20Z | extension/org/eclipse/jdt/internal/corext/callhierarchy/CallLocation.java | |
52,474 | Bug 52474 UI Blocked when opening Java Perspective during CVS check out | build I20040218 - start eclipse with a new workspace - switch to CVS Repository Exploring perspective - check out a number of projects ( i checkout Platform UI module) - now attempt to switch to the Java Perspective NOTE that at this point the "UI is blocked" dialog is opened. Probably due to the fact that starting the... | verified fixed | fa8d043 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-25T15:21:36Z | 2004-02-19T14:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.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... |
52,074 | Bug 52074 Organise Imports inserts blank lines when code formatter preferences is to clear blank lines | I have Eclipse set up to clear all blank lines (which I think is the default Eclipse setting anyway) but when doing an Organise Import, the importer leaves a blank line between the top-level package name imports, e.g. import java.io.Something import java.util.SomethingElse import javax.ejb.Other import com.example.Anot... | resolved fixed | da526bb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-28T14:26:51Z | 2004-02-15T01:53:20Z | org.eclipse.jdt.ui/core | |
52,074 | Bug 52074 Organise Imports inserts blank lines when code formatter preferences is to clear blank lines | I have Eclipse set up to clear all blank lines (which I think is the default Eclipse setting anyway) but when doing an Organise Import, the importer leaves a blank line between the top-level package name imports, e.g. import java.io.Something import java.util.SomethingElse import javax.ejb.Other import com.example.Anot... | resolved fixed | da526bb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-28T14:26:51Z | 2004-02-15T01:53:20Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java | |
52,071 | Bug 52071 Cannot change default formatting preferences -- OK button disabled | I like the new options for the code formatter, but when I change them I am unable to click 'OK' as the button is greyed out when the preference window is opened and clicking checkboxes does not seem to un-enable it. I cannot change either the 'default' or 'Java' profiles (though I can create a new one and change that).... | resolved fixed | 2725e76 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-28T14:31:30Z | 2004-02-15T01:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodingStyleConfigurationBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2004 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... |
52,071 | Bug 52071 Cannot change default formatting preferences -- OK button disabled | I like the new options for the code formatter, but when I change them I am unable to click 'OK' as the button is greyed out when the preference window is opened and clicking checkboxes does not seem to un-enable it. I cannot change either the 'default' or 'Java' profiles (though I can create a new one and change that).... | resolved fixed | 2725e76 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-28T14:31:30Z | 2004-02-15T01:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2004 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... |
52,071 | Bug 52071 Cannot change default formatting preferences -- OK button disabled | I like the new options for the code formatter, but when I change them I am unable to click 'OK' as the button is greyed out when the preference window is opened and clicking checkboxes does not seem to un-enable it. I cannot change either the 'default' or 'Java' profiles (though I can create a new one and change that).... | resolved fixed | 2725e76 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-28T14:31:30Z | 2004-02-15T01:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/RenameProfileDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2004 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... |
52,071 | Bug 52071 Cannot change default formatting preferences -- OK button disabled | I like the new options for the code formatter, but when I change them I am unable to click 'OK' as the button is greyed out when the preference window is opened and clicking checkboxes does not seem to un-enable it. I cannot change either the 'default' or 'Java' profiles (though I can create a new one and change that).... | resolved fixed | 2725e76 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-28T14:31:30Z | 2004-02-15T01:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceTabPage.java | /***************************v****************************************************
* Copyright (c) 2000, 2004 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, a... |
56,195 | Bug 56195 NPE invoking search on working set and then cancelling | I20040325 1. select a method name 2. in the ctx menu select References > Working Set 3. Cancel the working set dialog 4. NPE is in log java.lang.NullPointerException at org.eclipse.search.ui.NewSearchUI.runQuery(NewSearchUI.java:43) at org.eclipse.jdt.ui.actions.FindAction.performNewSearch(FindAction.java:331) at org.e... | resolved fixed | 98a23a3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T08:31:54Z | 2004-03-25T18:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.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... |
55,968 | Bug 55968 [misc] segmented view does not work with new methods | i2004-03-24+plugin export - add a new method into a class by typing: public void test() {[enter] - the closing bracket is made automatically and the cursor is placed in the method - press "show source of selected element only" - observed behavior: the selected segment is the whole class rather than the method in which ... | resolved fixed | 7333454 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T08:44:52Z | 2004-03-24T17:40:00Z | 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... |
55,968 | Bug 55968 [misc] segmented view does not work with new methods | i2004-03-24+plugin export - add a new method into a class by typing: public void test() {[enter] - the closing bracket is made automatically and the cursor is placed in the method - press "show source of selected element only" - observed behavior: the selected segment is the whole class rather than the method in which ... | resolved fixed | 7333454 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T08:44:52Z | 2004-03-24T17: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... |
56,323 | Bug 56323 [implementation] NPE when opening file from reprository view | 20040325 Got this NPE when opening an editor from the rep view java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.activeJav... | verified fixed | 96cad90 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T08:45:48Z | 2004-03-26T11:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.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... |
55,487 | Bug 55487 List from "Edit Working Set" doesn't show all projects [working sets] | I've noticed this on the I20040318 build, but might have been partially true before. If I try to create a new working set (or edit an existing one) not all projects show up to add to the working set. The one's I've noticed (tested) missing are 'simple' projects and 'feature' projects (as created with PDE). Is the "work... | resolved fixed | 3c0472e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T08:52:37Z | 2004-03-22T01:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPageContentProvider.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... |
56,129 | Bug 56129 Callhierarchy: CallLocation#getLineNumber() must not create an AST | + clean up caching of fCallText, fLineNumber + remove unused ctor | resolved fixed | 14a2a15 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T09:03:03Z | 2004-03-25T10:20:00Z | org.eclipse.jdt.ui/core | |
56,129 | Bug 56129 Callhierarchy: CallLocation#getLineNumber() must not create an AST | + clean up caching of fCallText, fLineNumber + remove unused ctor | resolved fixed | 14a2a15 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T09:03:03Z | 2004-03-25T10:20:00Z | extension/org/eclipse/jdt/internal/corext/callhierarchy/CallHierarchy.java | |
56,129 | Bug 56129 Callhierarchy: CallLocation#getLineNumber() must not create an AST | + clean up caching of fCallText, fLineNumber + remove unused ctor | resolved fixed | 14a2a15 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T09:03:03Z | 2004-03-25T10:20:00Z | org.eclipse.jdt.ui/core | |
56,129 | Bug 56129 Callhierarchy: CallLocation#getLineNumber() must not create an AST | + clean up caching of fCallText, fLineNumber + remove unused ctor | resolved fixed | 14a2a15 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T09:03:03Z | 2004-03-25T10:20:00Z | extension/org/eclipse/jdt/internal/corext/callhierarchy/CallLocation.java | |
56,129 | Bug 56129 Callhierarchy: CallLocation#getLineNumber() must not create an AST | + clean up caching of fCallText, fLineNumber + remove unused ctor | resolved fixed | 14a2a15 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T09:03:03Z | 2004-03-25T10:20:00Z | org.eclipse.jdt.ui/core | |
56,129 | Bug 56129 Callhierarchy: CallLocation#getLineNumber() must not create an AST | + clean up caching of fCallText, fLineNumber + remove unused ctor | resolved fixed | 14a2a15 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T09:03:03Z | 2004-03-25T10:20:00Z | extension/org/eclipse/jdt/internal/corext/callhierarchy/CallSearchResultCollector.java | |
56,129 | Bug 56129 Callhierarchy: CallLocation#getLineNumber() must not create an AST | + clean up caching of fCallText, fLineNumber + remove unused ctor | resolved fixed | 14a2a15 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T09:03:03Z | 2004-03-25T10:20:00Z | org.eclipse.jdt.ui/core | |
56,129 | Bug 56129 Callhierarchy: CallLocation#getLineNumber() must not create an AST | + clean up caching of fCallText, fLineNumber + remove unused ctor | resolved fixed | 14a2a15 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T09:03:03Z | 2004-03-25T10:20:00Z | extension/org/eclipse/jdt/internal/corext/callhierarchy/CallerMethodWrapper.java | |
56,543 | Bug 56543 [preferences] Switching to Java Editor preference page shows error for a short time | 3.0 M8 Switching to Text Editor preference page shows error for a short time | resolved fixed | dd999ad | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T09:48:45Z | 2004-03-29T08:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.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, a... |
55,604 | Bug 55604 [implementation] JavaOutlinePage should dispose CustomFiltersActionGroup | null | verified fixed | 745179e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T13:15:24Z | 2004-03-23T00:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.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... |
56,550 | Bug 56550 NPE when pressing Next on first Javadoc export page | 3.0 M8 I exported Javadoc for a class (checked the rt.jar on page 2). When exporting the next time I cannot go to page 2 and get an NPE in .log: !ENTRY org.eclipse.ui 4 4 Mrz 29, 2004 12:59:36.205 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Mrz 29, 2004 12:59:36.215 !MESSAGE java.lang.NullPointerE... | resolved fixed | 28cbfb9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T13:17:02Z | 2004-03-29T11:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocLinkDialogLabelProvider.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... |
56,550 | Bug 56550 NPE when pressing Next on first Javadoc export page | 3.0 M8 I exported Javadoc for a class (checked the rt.jar on page 2). When exporting the next time I cannot go to page 2 and get an NPE in .log: !ENTRY org.eclipse.ui 4 4 Mrz 29, 2004 12:59:36.205 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Mrz 29, 2004 12:59:36.215 !MESSAGE java.lang.NullPointerE... | resolved fixed | 28cbfb9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T13:17:02Z | 2004-03-29T11:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocStandardWizardPage.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... |
47,729 | Bug 47729 Unable to ignore '*,D' files [filters] | I am using Aegis which produces files having the extension ',D', e.g. 'MyClass.java,D'. I want to ignore these files from being shown in the Package Explorer. I tried the filter in Project - Properties - Java Build Path - Source - Exclusion Filter but failed. I tried **/*,D **/*.java,D **/*.java?D without success. Seem... | resolved fixed | e11540b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T14:46:37Z | 2003-11-28T17:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/CustomFiltersDialog.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... |
55,895 | Bug 55895 import declarations are missing in quick outline | version: i2004-03-24 + plugin-export | resolved fixed | 9757e37 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T15:52:14Z | 2004-03-24T14:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.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... |
55,012 | Bug 55012 ResourceToItemMapper should take into account new IViewLabelProvider | ResourceToItemMapper should take into account new IViewLabelProvider to prevent the flashing in the packages view when decorators update. I will attach a modified version of the class. | resolved fixed | 16c2ebf | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T17:10:43Z | 2004-03-16T20:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ResourceToItemsMapper.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... |
53,000 | Bug 53000 [templates] NLS template doesn't work in line comments | Build 20040219 I defined a template to map 'nls' to '//$NON-NLS-1$' In a code line where 2 string literals occur, I completed on nls first and inserted the template. Then right behind it (after one space) I tried again to complete on nls, and this time it did not work anymore. This used to be working fine before. | resolved fixed | b607bfa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T17:12:34Z | 2004-02-24T22:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/CompoundContentAssistProcessor.java | |
53,000 | Bug 53000 [templates] NLS template doesn't work in line comments | Build 20040219 I defined a template to map 'nls' to '//$NON-NLS-1$' In a code line where 2 string literals occur, I completed on nls first and inserted the template. Then right behind it (after one space) I tried again to complete on nls, and this time it did not work anymore. This used to be working fine before. | resolved fixed | b607bfa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T17:12:34Z | 2004-02-24T22:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.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... |
39,935 | Bug 39935 Package Explorer drop down Layout sub-menu should use radio buttons [package explorer] | Using build 200307090800, if you drop down the Package Explorer view menu, and open the Layout sub-menu, you will see Flat, and Hierarchical as toggle (check) style buttons. These should be radio buttons since only one can be selected at one time. If you are using the viewActions extension point, then there is a "style... | verified fixed | e3155a4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T22:17:50Z | 2003-07-11T16:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/MultiActionGroup.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... |
39,935 | Bug 39935 Package Explorer drop down Layout sub-menu should use radio buttons [package explorer] | Using build 200307090800, if you drop down the Package Explorer view menu, and open the Layout sub-menu, you will see Flat, and Hierarchical as toggle (check) style buttons. These should be radio buttons since only one can be selected at one time. If you are using the viewActions extension point, then there is a "style... | verified fixed | e3155a4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T22:17:50Z | 2003-07-11T16:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/LayoutActionGroup.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... |
56,016 | Bug 56016 JUnitLaunchShortcut#launchConfiguration() should call DebugUITools#launch() instead of config.launch() [JUnit] | I20040324 ILaunchConfiguration#launch(String, IProgressMonitor) never performs a build prior to the launch. DebugUITools#launch(ILaunchConfiguratio, String) saves and builds the workspace according to the current preference settings. | resolved fixed | b2b2528 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T22:25:42Z | 2004-03-24T20:26:40Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitLaunchShortcut.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... |
50,097 | Bug 50097 [junit] Cannot rerun test case (but can rerun test method) | It is very nice that one can right-click "Rerun" a test method. I have a test suite with many test case classes. I want to be able to right-click rerun on a test case class and rerun it. Version 3.0.m6. | resolved fixed | 0735bb9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T22:33:57Z | 2004-01-15T20:53:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/HierarchyRunView.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... |
50,097 | Bug 50097 [junit] Cannot rerun test case (but can rerun test method) | It is very nice that one can right-click "Rerun" a test method. I have a test suite with many test case classes. I want to be able to right-click rerun on a test case class and rerun it. Version 3.0.m6. | resolved fixed | 0735bb9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T22:33:57Z | 2004-01-15T20:53:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenTestAction.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... |
50,097 | Bug 50097 [junit] Cannot rerun test case (but can rerun test method) | It is very nice that one can right-click "Rerun" a test method. I have a test suite with many test case classes. I want to be able to right-click rerun on a test case class and rerun it. Version 3.0.m6. | resolved fixed | 0735bb9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-03-29T22:33:57Z | 2004-01-15T20:53:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/RerunAction.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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.