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
updated_files
stringlengths
29
34.1k
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]
298,934
Bug 298934 NonInitialTypingTest#testTypeAMethod() results are not reliable
Verifying performance results for all 3.6M4 scenarios, it appears that results for NonInitialTypingTest#testTypeAMethod() test are completely unreliable (at least on Linux test machines). It seems that something should be done to stabilize this test or remove it from the benchmark.
resolved fixed
583a14e
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/NonInitialTypingTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-04-13T14:30:25Z
2010-01-06T12:13:20Z
308,898
Bug 308898 [reconciling] ASTProvider creates same AST twice when opening class file editor
HEAD (but I guess that's already been the case in 3.5) The ASTProvider creates the same AST twice when opening a class file editor. To reproduce: - make sure the Outline is visible in the target - set a breakpoint in ASTProvider#getAST(..) at the line that calls createAST(..) (line 479) - open java.lang.String (with so...
resolved fixed
68747f1
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-04-13T13:22:21Z
2010-04-12T16:33:20Z
271,228
Bug 271228 [encapsulate field] Encapsulate field on multi-variable declarations drops modifiers
null
resolved fixed
cb303fb
["org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/existingmethods_in/TestTwoFragmentsWithSetter.java", "org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/existingmethods_out/TestTwoFragmentsWithSetter.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-04-13T10:59:45Z
2009-04-04T18:33:20Z
277,299
Bug 277299 [implementation] Performance issue with jface text WordRule
null
resolved fixed
3cea8b2
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/WordRulePerformanceTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-04-12T14:59:34Z
2009-05-21T10:00:00Z
308,612
Bug 308612 [implementation] DBCS3.6: Javadoc does not pop up on methods containing CJK Ext-B.
Build Identifier: I20100330-0800 OS:Windows 7 JRE:IBM Java 1.6 Locale:Japanese Reproducible: Always Steps to Reproduce: 1.Import the attached Java file into a Java Project with the encoding UTF-8. 2.Click the mouse on methodASCII(), javadoc pops up. 3.Click the mouse on methodCJK叱(), javadoc pops up. 4.Click the...
resolved fixed
c5196b1
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaWordFinder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-04-09T13:58:50Z
2010-04-09T08:00:00Z
308,447
Bug 308447 [BiDi] ComplexExpression: Bidi data in 'Outline' view is reordered wrongly (BIDI3.6_BDL)
Build Identifier: 3.6.0-I20100330-0800 In order to recreate the problem follow the following steps: BIDI3.6_BDL: Complexxpression: Bidi data in 'Outline' view is reordered wrongly 1. Run Eclipse in LTR mode 2. Create java project 3. create java class 4. create Hebrew-named method which has Hebrew-named parameter 5. Exa...
resolved fixed
f80f91d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-04-08T19:57:27Z
2010-04-08T09:46:40Z
232,333
Bug 232333 Fix typo in CodeCompletionPerformanceTest.createTypeHierarchy()
R3.4. There's a typo in the source of CodeCompletionPerformanceTest.createTypeHierarchy(): in " int" + field + ";\n" + should be a space after int: " int " + field + ";\n" + IMPORTANT: this change must be backported to perf34x branch.
resolved fixed
7d7289b
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-04-08T09:29:44Z
2008-05-15T16:46:40Z
307,756
Bug 307756 [compare] Compare with local history reverts changes in dirty editor
I20100330-0800 Compare with local history reverts changes in a dirty Java editor. This leads to data loss if the user doesn't notice it. Steps: - Paste this: package xy; public class Try { public static void main(String[] args) { // System.out.println(); } } - uncomment the sysout - Save - add "Hello" as argument of pr...
verified fixed
a903ede
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-04-06T13:21:40Z
2010-03-31T15:40:00Z
216,627
Bug 216627 [infer type arguments] NullPointerException when inferring generic arguments
Build ID: 3.3.1.1: M20071023-1652 Steps To Reproduce: When inferring generic arguments over a large source collection, I consistently encounter the exception attached below. It's unfortunate that the stability of 3.3 is so much lower than the 3.2 series. I do not know exactly which class or condition is creating the NP...
resolved fixed
e6ec381
["org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuParameterizedTypes1/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuParameterizedTypes1/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuParameterizedTypes2/in/A.java", "or...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-04-01T15:15:55Z
2008-01-25T19:40:00Z
307,816
Bug 307816 [call hierarchy] Open Location action in context menu should be disabled when selection is empty
HEAD. The Open Location action in the Location Viewer context menu should be disabled when selection is empty.
verified fixed
0f6832e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/OpenLocationAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-04-01T06:50:44Z
2010-04-01T05:33:20Z
303,762
Bug 303762 [call hierarchy] NPE thrown when trying to copy a non-existent selection in 'Call Hierarchy'
Build id: I20100216-0800 1. Make a new class and put a method in there. 2. Invoke call hierarchy on it. 3. There are no matches. 4. On the right-hand side, bring up the context menu and select 'Copy'. 5. An NPE is thrown. java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:4064)...
verified fixed
95e8732
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/LocationCopyAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-04-01T04:07:19Z
2010-02-24T14:00:00Z
153,912
Bug 153912 [common navigator] Java model hiding parent folders in sync view
Build: I20060815-0800 I have a simple (non-Java) project in my workspace like this: eclipse platform-text 3.3 plan.html When there is an incoming change on plan.html, the synch view looks like this when "All Models" is selected: eclipse 3.3 plan.html I.e., the "platform-text" parent folder is being filtered out. If the...
resolved fixed
2e227ea
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaModelLabelProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-31T16:00:07Z
2006-08-15T13:53:20Z
307,407
Bug 307407 [Clean Up] NullPointerException running Change non static accesses to static members using declaring type clean up
Build Identifier: 20100318-1801 Exception thrown when running the cleanup to change non static access to static members cleanup. Run cleanup on this class: public class CleanupTest { private String localString = new MyClass().getMyString(); /** * @param args */ public static void main(String[] args) { new CleanupTest()...
resolved fixed
b2e506f
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeStyleFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-30T16:36:23Z
2010-03-29T16:26:40Z
307,398
Bug 307398 [Perspectives] 'Show In' targets not added to existing perspectives
null
verified fixed
a8714ec
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaHierarchyPerspectiveFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPerspectiveFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-29T15:15:35Z
2010-03-29T13:40:00Z
297,566
Bug 297566 [clean up] StackOverflow in callsWrittingConstructor of VariableDeclarationFinder in VariableDeclarationFix on Save
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Build Identifier: Build id: 20090920-1017 When saving a Java File, I got the following StackOverflowError. java.lang.StackOverflowError at org.eclipse.jdt.intern...
resolved fixed
774e7bd
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/VariableDeclarationFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-29T13:07:11Z
2009-12-11T08:26:40Z
260,626
Bug 260626 [clean up] "Convert for loops to enhanced" clean up leaves iterator references
Build ID: I20080617-2000 Steps To Reproduce: import java.util.Collections; import java.util.Iterator; public class Test { void foo() { for ( Iterator iter = Collections.emptySet().iterator(); iter.hasNext(); ) { iter.next().toString(); String.valueOf(iter.hasNext() ? "x" : "y"); } } } becomes import java.util.Collectio...
resolved fixed
7ce283a
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-29T10:57:37Z
2009-01-10T20:40:00Z
286,524
Bug 286524 [JUnit] JUnit test runner fails to run test classes with non-ASCII names if project encoding differs from default encoding
Build ID: 20090619-0625 Steps To Reproduce: Note: Instructions are for reproduction on MS Windows Server 2003, German version. On other platforms, the default encoding may be different. 1. Start Eclipse and create a new workspace 2. Once Eclipse has started, verify that the encoding (Preferences/General/Workspace/Encod...
resolved fixed
c735412
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/launcher/JUnitLaunchConfigurationDelegate.java", "org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-25T19:25:29Z
2009-08-13T13:26:40Z
208,460
Bug 208460 [JUnit] JUnit history unreadable if failure message included a NUL (zero) character
Build ID: I20070625-1500 Steps To Reproduce: 1. Paste the following into a java project: +++++++++++++++++++++++++++++++++++++++++++++ import junit.framework.TestCase; public class NulCharacterInJUnitTestFailureMessage extends TestCase { public void testNul() { String message = "This message contains a NUL {\0} and the...
resolved fixed
f9a6231
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunSessionSerializer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-25T18:45:17Z
2007-11-01T18:00:00Z
306,923
Bug 306923 [templates] added/changed templates do not load after restart
I created a template in C/C++ > Editor > Templates After restarting Eclipse the template disappears. The same happens if I change some of the default templates - the default is restored. I use Ubuntu 9.10. I don't know if it's relevant but I have the following lines in my .log file: java.io.IOException: Character refer...
resolved fixed
4d83928
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-25T14:34:40Z
2010-03-24T11:26:40Z
306,970
Bug 306970 Strings#insertMarks(..) drops directional punctuation characters at end of StyledString
I20100323-0800 Strings#insertMarks(..) drops directional punctuation characters at end of StyledString. It stops copying at originalString.length().
resolved fixed
99b81a7
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/Strings.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-24T17:37:09Z
2010-03-24T17:00:00Z
306,755
Bug 306755 [BiDi][content assist] Hebrew ComplexExpression-Bidi data in parameter hints is unreadable (BIDI3.6_BDL)
Build Identifier: 3.6.0 - I20100313-1044 1. Open Eclipse, create Java project and java class inside the project 2. Declare some Hebrew-named method which recieves two Hebrew-named parameters of Hebrew-named types 3. Create anothe method, start typing the Hebrew name of previously created method and press Ctrl+Space 4. ...
closed fixed
e1d357e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyGenericTypeProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-23T17:15:17Z
2010-03-22T17:46:40Z
306,763
Bug 306763 [BiDi] Copy element labels from a view should not contain BiDi markers
Build Identifier: 3.6.0 - I20100313-1044 Upper case letters-HEBREW 1. Open Eclipse, create Java project 2. Create folder named FIRST 3. Under FIRST create folder named SECOND 4. Create Hebrew-named java class inside the SECOND folder 5. Declare some Hebrew-named method which recieves two Hebrew-named parameters of Hebr...
resolved fixed
d4634f5
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/CopyToClipboardAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CopyQualifiedNameAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CopyCallHierarchyAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-23T15:16:31Z
2010-03-22T20:33:20Z
306,752
Bug 306752 [hovering][BiDi] ComplexExpression-Hebrew data in tooltip on method name is unreadable (BIDI3.6_BDL)
Build Identifier: 3.6.0 - I20100313-1044 BIDI3.6_BDL: ComplexExpression-Hebrew data in tooltip on method name is unreadable 1. Open Eclipse, create Java project and java class inside the project 2. Declare some Hebrew-named method which recieves two Hebrew-named parameters of Hebrew-named types 3. Put mouse on the meth...
closed fixed
a5c11a1
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/Strings.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLinks.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-23T11:31:44Z
2010-03-22T17:46:40Z
306,736
Bug 306736 [Workbench] Contributed sourceProvider can cause troubles on start
I20100316-0859. In Workbench.init() we read the source providers of the 'org.eclipse.ui.services' extension point and there all extensions are immediately loaded (createExecutableExtension) no matter whether the contributing bundle is already started. Unfortunately this happens before the workbench itself is correctly ...
verified fixed
8c41db5
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-22T16:23:42Z
2010-03-22T15:00:00Z
306,504
Bug 306504 [implementation] AFE in CompilationUnitDocumentProvider$CompilationUnitAnnotationModel.createPositionFromProblem
Build Identifier: I20100129-1300 Exception in thread "org.eclipse.jdt.internal.ui.text.JavaReconciler" org.eclipse.core.runtime.AssertionFailedException: assertion failed: at org.eclipse.core.runtime.Assert.isTrue(Assert.java:110) at org.eclipse.core.runtime.Assert.isTrue(Assert.java:96) at org.eclipse.jface.text.Posit...
resolved fixed
f3f430f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-19T12:12:52Z
2010-03-19T12:00:00Z
306,392
Bug 306392 [syntax highlighting] No syntax coloring in enum type
/* * Using syntax coloring in java editor: * The enum type name, when used to access a static metod, is not colorized, * while it is colorized rigth when used to access a static field. */ public class TestEnum { public enum EnumType { // "EnumType" is right colorized FIRST, SECOND; public static int staticField; public...
resolved fixed
f5189dc
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightings.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-19T09:02:25Z
2010-03-18T16:33:20Z
175,857
Bug 175857 [common navigator][actions] Show In should reference the project explorer
org.eclipse.jdt.ui registers the showInPart extension to use the ResourceNavigator in a number of places. It should use the Project Explorer.
verified fixed
5a8bfad
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaHierarchyPerspectiveFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPerspectiveFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-18T15:11:09Z
2007-02-28T16:26:40Z
302,470
Bug 302470 [api] ProblemLocation#getProblemArguments() must not return null
Using eclipse.buildId=I20100128-1731 java.version=1.6.0_18-ea java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_CA Command-line arguments: -os win32 -ws win32 -arch x86 -console, java.lang.NullPointerException at org.eclipse.jdt.internal.junit.ui.JUnitQuickFixProcessor.getAddAs...
resolved fixed
66b0651
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ProblemLocation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-15T09:50:56Z
2010-02-10T16:40:00Z
304,083
Bug 304083 [build path] Source attachments wrong for automatically added libraries (UI changes)
null
resolved fixed
01166d3
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/util/JavaElementUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocLinkRef.java", "org.eclipse.jdt.u...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-08T20:23:48Z
2010-02-26T18:46:40Z
283,427
Bug 283427 [refactoring] [api] RefactoringWizardOpenOperation/RefactoringWizard should have a way to use a specified IRunnableContext
I'm launching a Refactoring from within a project properties page. I'm using the RefactoringWizardOpenOperation class to open the refactoring wizard. It turns out that when using this class, it will create an internal RefactoringWizard/Dialog and load the refactoring in it. During this time, the ApplicationWindow runna...
resolved fixed
a11e0cf
["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/RefactoringWizard.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/RefactoringWizardOpenOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-08T20:14:21Z
2009-07-14T14:00:00Z
303,155
Bug 303155 'Remove from Build Path' must be disabled for referenced JARs
I20100217-1031. Currently removing a referenced JAR from the build path removes the referencing JAR. This is wrong. ==> We have to disable 'Remove from Build Path' for referenced JARs.
verified fixed
5de33da
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/JarImportWizardAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-08T20:01:05Z
2010-02-18T08:00:00Z
252,432
Bug 252432 [render] Use the new API from JDT/Core to provide a better display of the referenced jars
When jar are referenced in the Class-Path: clause of the MANIFEST.MF file, they end up being displayed with the name of the jar that referenced them. This is far from being ideal as it is difficult to distinguish them.
resolved fixed
ee89ad4
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabelComposer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-08T19:36:11Z
2008-10-28T16:06:40Z
252,431
Bug 252431 New API is needed to better identify referenced jars in the Class-Path: entry
When jars are referenced in the Class-Path: entry, they are all displayed using the name of the jar that referenced them. This makes it really difficult to: - know the names of the jars referenced inside the Class-Path: clause - distinguish them in the package explorer. A new API might be needed to let JDT/UI provide a...
verified fixed
8294273
["org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/properties/JavaElementProperties.java", "org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/views/JEClasspathEntry.java", "org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/views/JavaElement.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-08T16:28:55Z
2008-10-28T16:06:40Z
303,705
Bug 303705 [search] Custom search results not shown hierarchically in the java search results view
Build Identifier: M20090917-0800 Consider an instance of org.eclipse.search.ui.text.Match with an element that is neither an IResource nor an IJavaElement. It might be an element in a class diagram, for example. When such an element is reported, it will be shown as a plain, flat element in the otherwise hierarchical ja...
resolved fixed
c68f400
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/LevelTreeContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-08T10:22:49Z
2010-02-24T00:06:40Z
303,698
Bug 303698 [ccp] ReorgPolicies' canEnable() methods return true too often
Build Identifier: M20090917-0800 Have a look at ReorgPolicy.canEnable(): public boolean canEnable() throws JavaModelException { IResource[] resources= getResources(); for (int i= 0; i < resources.length; i++) { IResource resource= resources[i]; if (!resource.exists() || resource.isPhantom() || !resource.isAccessible())...
resolved fixed
766483f
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-08T10:00:30Z
2010-02-23T21:20:00Z
304,792
Bug 304792 [move method] Move a single function between interfaces does not work.
Build Identifier: 20090619-0625 Move more than one function between interfaces works fine. Moving a single function shows the message: "This refactoring cannot be used to move interface methods". Reproducible: Always Steps to Reproduce: 1. Select a single function in the outline 2. Press refactor->move
resolved fixed
3343ccc
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-07T17:01:45Z
2010-03-05T09:06:40Z
304,927
Bug 304927 Incorrect Javadoc for org.eclipse.ltk.core.refactoring.Change
null
resolved fixed
0f93a98
["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/Change.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-07T16:20:54Z
2010-03-07T02:46:40Z
304,174
Bug 304174 [hashcode/equals] Generated equals() invalid if there's an 'Object' class in scope
Build Identifier: I20100129-1300 Generating hashCode() and equals() for this class: package test; public class Object { public String s; } yields invalid equals() signature: public boolean equals(Object obj) With another class called 'Object' in scope it should be: public boolean equals(java.lang.Object obj) Reproducib...
resolved fixed
6380eff
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-05T23:32:17Z
2010-02-28T23:33:20Z
304,826
Bug 304826 StringIndexOutOfBoundsException while updating some javadoc
Using eclipse.buildId=I20100302-0800 java.version=1.6.0_18-ea java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_CA Command-line arguments: -os win32 -ws win32 -arch x86 -console, I got this exception while updating some documentation. Unfortunately no steps to reproduce. java.l...
resolved fixed
711d69a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocContentAccess2.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-05T18:48:52Z
2010-03-05T14:40:00Z
43,277
Bug 43277 [refactoring] [dcr] Move type to new file
Currently, there's "Move Member type to new file". We should extend that to "Move type to new file", and support moving additional top level types of a CU to new files. Example: - File A.java: public class A {} class Data {} - want to move "Data" to its own CU
verified fixed
a0af325
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_secondary_0/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_secondary_0/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_secondary_0/out/Secondary.java", "org.eclipse.jdt.u...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-05T17:36:51Z
2003-09-18T10:13:20Z
304,573
Bug 304573 [JUnit] Adopt p2 API changes for SimpleConfiguratorManipulator
null
resolved fixed
eccbe64
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-04T18:20:43Z
2010-03-03T21:00:00Z
304,052
Bug 304052 [preferences] Add new 'code formatter' options to disable formatting of line/block comments starting on first column
null
verified fixed
5fab02e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CommentsTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-03T15:42:20Z
2010-02-26T16:00:00Z
27,079
Bug 27079 Tags for disabling/enabling code formatter (feature)
I like code formatter in eclipse very much - but I think one more feature wiuld be useful. Sometimes I have some parts in my code - for example several constant declarations which I would like to remain formatted as I entered them. For example not to be wrapped to max line length and all assigments remained in one colu...
verified fixed
9c4873b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterModifyDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialogTabPage.java", "org.eclipse.jdt.ui...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-03T12:57:16Z
2002-11-25T13:13:20Z
288,385
Bug 288385 [clean up] Internal error with configured profiles from multiple projects
During clean up of sources the internal error occured. -- Configuration Details -- Product: Eclipse 1.2.0.20090619-0620 (org.eclipse.epp.package.java.product) Installed Features: org.eclipse.jdt 3.5.0.v20090527-2000-7r88FEeFJePyvYeA33DjZ_c1 eclipse.buildId=I20090611-1540 java.version=1.6.0_16 java.vendor=Sun Microsyste...
resolved fixed
fb09778
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AbstractCleanUp.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-03-02T14:08:40Z
2009-09-02T16:46:40Z
303,945
Bug 303945 [preferences] add Errors/Warnings option "Suppress optional errors with @SuppressWarnings"
null
verified fixed
f16a35c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SuppressWarningsSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-26T14:35:06Z
2010-02-25T17:46:40Z
300,157
Bug 300157 [compare] NPE while opening compare editor
-- Error Details -- Date: Wed Jan 20 11:14:32 CET 2010 Message: Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". Severity: Error Product: Eclipse SDK 3.6.0.v201001120800 (org.eclipse.sdk.ide) Plugin: org.eclipse.ui.workbench Session Data: eclipse.buildId=I20100112-0800 java.version=1.6.0_1...
verified fixed
2fe5467
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaMergeViewer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-25T14:46:00Z
2010-01-20T09:33:20Z
303,785
Bug 303785 [implementation] Dead lock while editing in a java editor
null
verified fixed
420a07f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-25T14:41:06Z
2010-02-24T16:46:40Z
303,794
Bug 303794 JavaPerspectiveFactory should reference the 'Project Explorer' via a constant
The id of the 'Project Explorer' was made available in IPageLayout as IPageLayout.ID_PROJECT_EXPLORER in 3.5. The JPF can just reference that now instead.
resolved fixed
5d7c6fe
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaHierarchyPerspectiveFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPerspectiveFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-25T07:33:27Z
2010-02-24T19:33:20Z
303,773
Bug 303773 [preferences] Add new options to 'code formatter' to expose constants from bug 284789
null
verified fixed
3f468eb
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-24T18:50:41Z
2010-02-24T16:46:40Z
246,594
Bug 246594 [model] API request: ITypeParameter#getBoundsSignatures() or #getSignature()
N20080904-2000 API request: - ITypeParameter#getBoundsSignatures() // returns type signatures of the bounds - or ITypeParameter#getSignature() // returns type variable signature ITypeParameter currently only offers getBounds(), which returns only the name of a bound. For correctly rendering the type parameter in Java e...
verified fixed
a29b3bc
["org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/views/JavaElement.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabelComposer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-24T14:04:32Z
2008-09-08T16:06:40Z
276,906
Bug 276906 [build path] Dialog telling about output folder deletion should be improved
Build id: I20090515-1143 Steps: 1. Create a linked folder "bin_ext" in your workspace 2. Change Default output folder to "bin_ext" 4. You have a prompt whether to remove the old location 5. Click Yes and "bin" is deleted 6. Change Default output folder back to "bin" 7. You have a prompt whether to remove the old locati...
verified fixed
946c5ea
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-23T13:49:24Z
2009-05-19T13:33:20Z
303,607
Bug 303607 [content assist] overwrite highlighting at wrong position (with collapsed folding)
null
verified fixed
a885aa2
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-23T13:37:39Z
2010-02-23T13:00:00Z
303,605
Bug 303605 [content assist] overwrite highlighting on Ctrl only works first time
HEAD, was OK in 3.6M5 - Have: public class Try { void test() { Objekt o; } } - put caret after "Obj" - press Ctrl+Space - press and hold Ctrl => "ekt" is highlighted (good) - release Ctrl, press and hold again => no highlight
verified fixed
b4f3249
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-23T12:51:26Z
2010-02-23T10:13:20Z
303,405
Bug 303405 [preferences] Add new options to 'code formatter' to expose constants from bug 270209
null
verified fixed
e1e077e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CommentsTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-23T11:49:19Z
2010-02-20T10:00:00Z
301,530
Bug 301530 [jar exporter] JAR from build path not exported when creating a JAR
Build Identifier: 20090920-1017 When exporting data into a jar, I had a strange error. I have a 'lib' dir with three .jars which should all included in the created jar, but none of them is included in the created jar if I mark all three. If I mark just one or two of them, the selected libs are included. If I use a jard...
verified fixed
3e17cb1
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-23T10:35:31Z
2010-02-02T14:13:20Z
303,314
Bug 303314 [preferences] Add new options to 'code formatter' to expose constant from bug 282030
null
verified fixed
0ef818d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-23T09:54:25Z
2010-02-19T14:33:20Z
285,809
Bug 285809 [compare] Multi-line Javadoc editing does not indent
null
resolved fixed
38bc9d8
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-22T14:54:45Z
2009-08-06T00:53:20Z
303,163
Bug 303163 [preferences] expose new code formatter option: "add new line after label" from bug 150741
null
verified fixed
6582429
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/NewLinesTabPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-22T13:58:29Z
2010-02-18T10:46:40Z
303,313
Bug 303313 Test failures in SurroundWithTests when run in AllAllRefactoringTests
When I run the AllAllRefactoringTests, I get 4 failures in SurroundWithTests: testNoException() testAlreadyCaught() testRuntimeException2() testThenStatement() SurroundWithTests run alone is green. I've debugged it, and the problem is e.g. visible here: Thread [main] (Suspended) owns: RunnableLock (id=102) SelectionAwa...
resolved fixed
83d1075
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/util/SelectionAwareSourceRangeComputer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-19T15:24:46Z
2010-02-19T14:33:20Z
302,581
Bug 302581 [implementation] Deadlock fetching AST during label decoration
I20100209-2300 I got this deadlock yesterday while doing some Java coding. I will attach two stack traces that are about four minutes apart that appear to be in roughly the same state. It also seemed strange that it is fetching AST's during label decoration in the UI thread - I thought expensive label decoration work w...
resolved fixed
9a9d440
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-15T14:03:52Z
2010-02-11T14:53:20Z
295,040
Bug 295040 [nls tooling] Find Broken Externalized Strings utility should not list calls like Messages.getResourceBundle() as undefined keys
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 Build Identifier: I20091110-0800 Find Broken Externalized Strings utility should not return method calls like Messages.getResourceBundle() as undefined keys. If the method return type is not string then it should not be...
verified fixed
4b54972
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/NLSSearchTest.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-12T08:57:34Z
2009-11-13T08:13:20Z
194,175
Bug 194175 [search] Search result filters not persisted any more
N20070625-0010 - search for references to a Java class => search result has filter "In Imports" enabled by default - disable filter "In Imports" - search for references to another class => search result has filter "In Imports" enabled => expected: changed filter settings should apply to all Java searches (old and new o...
resolved fixed
5773ae6
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaMatchFilter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-10T11:55:37Z
2007-06-25T08:26:40Z
302,077
Bug 302077 [projection] ClassCastException when pressing Ctrl+.
What steps will reproduce the problem? 1. Open Mylyn class CopyTaskDetailsAction 2. Press Ctrl+. The editor stops redrawing after this error is encountered. -- Error Details -- Date: Fri Feb 05 20:05:26 PST 2010 Message: Unhandled event loop exception Severity: Error Product: Eclipse SDK 3.6.0.v201001291300 (org.eclips...
verified fixed
a86a163
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/OverrideIndicatorImageProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-08T10:47:24Z
2010-02-08T00:46:40Z
300,940
Bug 300940 [implementation] Buffer of opened external CU (*.java file) is not updated while typing
I got this exception when code assist was invoked code assist inside a compilation unit that is opened on an external file. !ENTRY org.eclipse.jdt.ui 4 10001 2010-01-26 17:39:24.765 !MESSAGE Internal Error !STACK 1 Java Model Exception: Java Model Status [Index out of bounds] at org.eclipse.jdt.internal.core.Openable.c...
verified fixed
abcbcb3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/DocumentAdapter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-02-03T13:36:35Z
2010-01-27T02:40:00Z
301,242
Bug 301242 [refactoring][clean up] UI locked by 2 dialogs after repeated Undos in Java editor
null
verified fixed
ac15f8a
["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/UndoableOperation2ChangeAdapter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-29T15:18:20Z
2010-01-29T13:00:00Z
300,901
Bug 300901 [call hierarchy] 'Counter color' is ignored
I20100125-1800 1. Make a Java file like the one below. 2. Invoke Ctrl+Alt+H on v(), you'll get something like "w() : void - Test (2 matches)" 3. Window > Preferences > General > Appearance > Colors and Fonts > Basic > Counter Color 4. Change the colour to something else. 5. Hit 'Apply'. Nothing happens. 6. Hit 'OK'. No...
resolved fixed
efe443e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyLabelProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-28T15:09:26Z
2010-01-26T21:06:40Z
300,981
Bug 300981 [ccp] "Paste" is enabled in jars
null
resolved fixed
c500a24
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-28T11:08:23Z
2010-01-27T13:46:40Z
300,805
Bug 300805 [clean up] Invalid thread access after undo
I20100125-1800. 1. enable Save Actions to format all lines 2. paste this: public class BlowsUp { } 3. press 'Enter' after the opening brace 4. save 5. undo ==> !STACK 0 org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:4083) at org.eclipse.swt.SWT.error(SWT.java:3998) at org.ecli...
verified fixed
18487ae
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpPostSaveListener.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-26T22:03:38Z
2010-01-26T12:46:40Z
300,780
Bug 300780 [spell checking] NPE in SpellCheckEngine.resetUserDictionary on shutdown
I20100124-2000 - new workspace - paste a dummy class - Exit => NPE in log: !ENTRY org.eclipse.ui.workbench.texteditor 4 2 2010-01-26 10:48:52.254 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench.texteditor". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text...
verified fixed
dba010d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-26T10:53:34Z
2010-01-26T10:00:00Z
296,782
Bug 296782 CreateProfileDialog.createDialogArea should extend the super implementation of Dialog.createDialogArea
null
resolved fixed
9add39a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CreateProfileDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-25T19:37:12Z
2009-12-03T11:33:20Z
296,784
Bug 296784 [patch] Layout of RefactoringStatusDialog not standard
null
resolved fixed
165d893
["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringStatusDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-25T19:23:57Z
2009-12-03T11:33:20Z
297,183
Bug 297183 [quick fix] "Add unimplemented methods" should add methods from top of hierarchy first
null
resolved fixed
b93184a
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/AddUnimplementedMethodsTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/MethodsSourcePositionComparator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-25T17:45:51Z
2009-12-08T11:00:00Z
297,320
Bug 297320 [nls tooling] Add more tests for Find Broken Externalized Strings
null
resolved fixed
730caad
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/NLSSearchTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/NLSSearchTestHelper.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-25T11:07:18Z
2009-12-09T12:00:00Z
297,116
Bug 297116 Default for new JUnit Test should be JUnit 4.X
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 Build Identifier: 20090920-1017 Hi, in the "NewTestCaseCreationWizard" the default is "New JUnit 3 testcase". I suggest to change this to "New JUnit 4 testcase". Best regarsd, Lars Reproducible: Always
resolved fixed
8182968
["org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-25T10:57:57Z
2009-12-07T18:20:00Z
296,781
Bug 296781 AlreadyExistsDialog.initializeComposite clones Dialog.createDialogArea
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 Build Identifier: similar problems and same solution as verified bugs #296581 and #296481 AlreadyExistsDialog.createDialogArea should extend the super implementation of Dialog.createDialogArea. Reproducible: Always
resolved fixed
fedb558
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/AlreadyExistsDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-25T10:03:46Z
2009-12-03T08:46:40Z
300,536
Bug 300536 [quick fix] Invalid thread access while undoing quick fix
[I20100122-0800] I quick-fixed a dead code error and then used undo to see previous state. Got this error: org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:4083) at org.eclipse.swt.SWT.error(SWT.java:3998) at org.eclipse.swt.SWT.error(SWT.java:3969) at org.eclipse.swt.widgets.Wi...
verified fixed
626ce5d
["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/UndoTextFileChange.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-24T23:46:44Z
2010-01-22T19:53:20Z
63,692
Bug 63692 [projection][rulers] Not all annotation types in folded region rendered in rulers
3.0M9 - activate code folding and find a text range with annotations (e.g. QuickDiff changes or task tags) - collapse the region => The (folded) annotations are not rendered in the overview ruler. However, if you hover over the right position in the overview ruler, the annotation message is shown in a tooltip. => expec...
verified fixed
e025fcf
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-20T16:48:13Z
2004-05-24T14:46:40Z
188,595
Bug 188595 [pull up] to interface changes field visibility
null
verified fixed
4db926a
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-20T11:49:09Z
2007-05-23T08:46:40Z
245,007
Bug 245007 [compiler] Should not completely ignore anonymous type with missing super type
null
verified fixed
f06ee61
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/invalidSelection/A_test016.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedTypesQuickFixTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-18T16:06:42Z
2008-08-22T21:20:00Z
299,931
Bug 299931 [hovering] NPEs when trying to configure workspace preferences after 'Configure Problem Severity'
HEAD In a problem hover, click 'Configure Problem Severity' to edit project-specific properties. Then uncheck 'Enable project specific settings' and click the link to configure workspace settings. => NPEs occur for general problems and for Javadoc problems, e.g.: !ENTRY org.eclipse.ui 4 0 2010-01-18 15:01:41.039 !MESSA...
resolved fixed
e324fd8
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocProblemsPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesPreferencePage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-18T14:18:40Z
2010-01-18T13:06:40Z
299,928
Bug 299928 [hovering] 'Problem hover > Configure Problem Severity' does not consider project-specific Javadoc preferences
HEAD In a Java project with project-specific Javadoc preferences but no project-specific Java Errors/Warnings, hover over a Javadoc problem, focus the hover, and then click 'Configure Problem Severity' in the hover toolbar. A dialog asks me whether I want to use project-specific settings, but since I already have such ...
resolved fixed
cb963f0
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocProblemsConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/ProblemHover.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-18T13:31:16Z
2010-01-18T13:06:40Z
295,629
Bug 295629 [spell checking] Dictionary remains in memory after spell checking is turned off
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 Build Identifier: I20091117-1545 Dictionary remains in memory after spell checking is turned off. However when eclipse is restarted after disabling spell checking the dictionary is not loaded Reproducible: Always Steps ...
verified fixed
d2fba16
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-18T11:00:54Z
2009-11-19T17:00:00Z
299,631
Bug 299631 [refactoring] We need to restore JavaMoveProcessor.canUpdateReferences()
I20100112-0800. We need to restore org.eclipse.jdt.internal.corext.refactoring.reorg.JavaMoveProcessor.canUpdateReferences().
verified fixed
9189eec
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/ui/internal/compatibility/InternalsNotRemovedTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaMoveProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-15T16:12:42Z
2010-01-14T14:40:00Z
299,667
Bug 299667 Test failure in org.eclipse.jdt.ui.tests.refactoring.ccp.CopyToClipboardActionTest.testEnabled20()
HEAD. Raksha, please investigate. I suspect this is caused by your recent changes. CopyToClipboardActionTest org.eclipse.jdt.ui.tests.refactoring.RefactoringTestSetup org.eclipse.jdt.ui.tests.refactoring.ccp.CopyToClipboardActionTest testEnabled20(org.eclipse.jdt.ui.tests.refactoring.ccp.CopyToClipboardActionTest) juni...
verified fixed
f2663db
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ParentChecker.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-15T11:47:29Z
2010-01-14T17:26:40Z
285,000
Bug 285000 [preferences] Add UI option for unused object allocation problem
null
verified fixed
80a93fa
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java", "org.eclipse.jdt.ui/ui/o...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-13T19:43:04Z
2009-07-29T12:20:00Z
297,449
Bug 297449 [ccp] Can't copy files out of a JAR
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729) Build Identifier: 20090920-1017 When I open a JAR in the Package Explorer, then the following options in the context menu are disabled: - Copy - Copy Qualified Name (might make sense but it would be ni...
verified fixed
341cb8d
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ParentChecker.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgUtils.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/CopyToClipboardA...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-13T08:47:03Z
2009-12-10T07:26:40Z
297,392
Bug 297392 Static variables removal in JDT UI causing compatibility issues between Eclipse 3.4 and 3.6
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0 Build Identifier: 3.6.0 I20091125-2200 The following 3 static variables have been removed from the JDT. This is breaking our compatibility between Eclipse 3.4 and 3.6. Can we get it back? org...
resolved fixed
1bd8c1e
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/ui/internal/compatibility/InternalsNotRemovedTest.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-12T16:56:26Z
2009-12-09T20:20:00Z
296,836
Bug 296836 2 messages removed from ActionMessages
The following 2 static variables have been removed from the JDT. Unfortunately, this is breaking our compatibility between Eclipse 3.4 and 3.6. I would appreciate if we could bring them back: org.eclipse.jdt.internal.ui.actions.ActionMessages.OrganizeImportsAction_summary_added org.eclipse.jdt.internal.ui.actions.Actio...
resolved fixed
45e30e7
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-12T15:50:29Z
2009-12-03T17:06:40Z
299,151
Bug 299151 Search opens on wrong page when started from Java editor
null
verified fixed
7c9bbfb
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPageScoreComputer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-11T12:55:50Z
2010-01-08T17:00:00Z
299,127
Bug 299127 'Refresh Filter' problem: NullPointerException when entering a blank in JAR selection dialog
Build Identifier: 20090920-1017 In the Java Build Path properties select the button "Add JARs...". The "JAR Selection" dialog pops up, where you can filter the jars by the text entered in the textbox at the top. When you insert a blank in the textbox, the 'Refresh Filter' crashes with a NullPointerException. Reproducib...
resolved fixed
f52db19
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/FilteredElementTreeSelectionDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-11T09:51:52Z
2010-01-08T14:13:20Z
299,155
Bug 299155 [implementation] NPE while editing breakpoint properties in JavaAutoIndentStrategy's computeSmartMode
I tried to cut some text and got this error. No luck in reproducing it so far. I'm using an 0106 e4 SDK. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.java.JavaAutoIndentStrategy.computeSmartMode(JavaAutoIndentStrategy.java:1275) at org.eclipse.jdt.internal.ui.text.java.JavaAutoIndentStrategy.clear...
resolved fixed
92da31e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-11T08:36:29Z
2010-01-08T17:00:00Z
297,593
Bug 297593 [type wizards] Java class wizard gives incorrect warning message
Build id: I20091210-1301 1. Make a new Java project. 2. File > New > Class 3. Give it a name. 4. The warning says 'The use of the default package is discouraged.', that's fine. 5. Now in the source folder text field, change it from 'test/src' to 'test/' or 'test'. 6. Now the warning says 'Source folder is not a Java pr...
resolved fixed
a4e9699
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-08T08:39:26Z
2009-12-11T16:46:40Z
297,709
Bug 297709 [package explorer] JDT error behavior when "link with editor" option opening
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 GTB6 Build Identifier: I20091210-1301 JDT frequencely synchronize the package tree when link with editor option opening. Reproducible: Always Steps to Reproduce: 1.open some other class in editor, like Composite, SWT, C...
resolved fixed
4e8f6d3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-07T12:14:01Z
2009-12-14T05:53:20Z
298,031
Bug 298031 [JUnit] Test cases not found when @RunWith annotation on binary super class
When a class extends a binary type annotated with @RunWith, the binary type has no source attachment, and the user selects the compilation unit -> Run As -> JUnit Test, a dialog appears that says no test class can be found. When the class itself is selected, then the class is recognized as a test class. Similarly, when...
resolved fixed
743fb11
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/JUnit4TestFinderTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-06T13:58:19Z
2009-12-17T06:06:40Z
297,734
Bug 297734 [spell checking] words after URL not correctly spell checked
null
resolved fixed
cc0598c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckIterator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-06T13:50:48Z
2009-12-14T14:13:20Z
298,066
Bug 298066 [nls tooling] Refactoring removes comments in *.properties when done for a message key
I20091215-1320 Steps: 1. Checkout o.e.compare 2. Open /org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchMessages.java 3. Select InputPatchPage_SingleFileError_format field 4. Do Refactor > Rename or Alt+Shift+R with Rename Dialog 5. Change the field name 6. Examine changes made to PatchMessages.prope...
verified fixed
fbb27e4
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/PropertyFileDocumentModel.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-05T19:12:51Z
2009-12-17T11:40:00Z
298,281
Bug 298281 [introduce factory] Introduce Factory gets confused when replacing vararg constructor
Build Identifier: I20091210-1301 I've managed to boil the issue down to the following code: public class Thing { private Thing[] subthings; public Thing() { subthings = new Thing[]{}; } public Thing(Thing... subthings) { this.subthings = subthings; } public static void main(String args[]) { System.out.println(new Thing...
resolved fixed
d8f3a00
["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/298281/Thing.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/298281/Thing_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceFactoryTests.java", "org.ecli...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-05T13:51:46Z
2009-12-21T10:06:40Z
264,112
Bug 264112 [Formatter] Wrap when necessary too aggressive on short qualifiers
Build ID: I20080617-2000 Steps To Reproduce: 1. Go to Preferences -> Java -> Code Style -> Formatter -> Edit on the "Eclipse [built-in]" profile 2. Go to Tab "Line Wrapping", Select "Function Calls" 3. On the Preview Tab Set Line Width for 25 or smaller The original line: Other.bar(100, 200,....) will be formatted Othe...
verified fixed
eb6348d
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-04T17:09:52Z
2009-02-09T00:40:00Z
298,520
Bug 298520 [5.0][content assist] Constructor completion ignores outer type when completing type arguments
Build Identifier: M20090917-0800 When completing initializer of variable, which is of generalized type, content assist ignores outer type of type parameter. For example, if I type List<SelectDirective.Option> r = new then type Ctrl+Space and select ArrayList from the list, the following gets inserted: List<SelectDirect...
resolved fixed
cf1accd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyGenericTypeProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2010-01-04T13:36:57Z
2009-12-25T11:20:00Z
296,998
Bug 296998 Unused imports should not prevent execution
Given this class: import java.util.List; public class Test { public static void main(String[] args) { System.out.println("Hello"); } } compile like: $ ecj -proceedOnError -err:+unused Test.java and execute: $ java Test gives Exception in thread "main" java.lang.Error: Unresolved compilation problem: at Test.main(Test.j...
verified fixed
b3b82db
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2009-12-20T21:30:15Z
2009-12-05T16:20:00Z