id int64 1 6.5k | bug_id int64 2.03k 426k | summary stringlengths 9 251 | description stringlengths 1 32.8k ⌀ | report_time stringlengths 19 19 | report_timestamp int64 1B 1.39B | status stringclasses 6
values | commit stringlengths 7 9 | commit_timestamp int64 1B 1.39B | files stringlengths 25 32.8k | project_name stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|
535 | 310,424 | Bug 310424 Inconsistent behavior with virtual source folders | null | 2010-04-26 04:42:12 | 1,272,270,000 | verified fixed | 336d399 | 1,273,040,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CreateMultipleSourceFoldersDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddFolderToBuildpathAction.java | JDT |
536 | 311,099 | Bug 311099 [generalize type] Generalize Declared Type fails with array-valued annotation member variable | It looks to me like org.eclipse.jdt.internal.corext.refactoring.typeconstraints.FullConstraintCreator.getTypeParent(ArrayInitializer) doesn't handle an array initializer as an argument to an annotation. What steps will reproduce the problem? 1. use this source code: public class Item { @XSet( value = { @X }) public Str... | 2010-04-29 15:15:46 | 1,272,570,000 | verified fixed | 26b4394 | 1,272,910,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/positive/A_testArrayValuedAnnotations_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/positive/A_testArrayValuedAnnotations_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/Chan... | JDT |
537 | 311,162 | Bug 311162 Don't set caret to 'null' | I20100429-1549. | 2010-04-30 08:20:30 | 1,272,630,000 | verified fixed | 928d5cd | 1,272,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BulletListBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/u... | JDT |
538 | 304,191 | Bug 304191 [content assist] Suspected regression on CodeCompletionPerformanceTest#testApplicationWithParamterGuesses2() test | Verifying results for I20100224-2242 build, it looks like there's a confirmed regression on CodeCompletionPerformanceTest#testApplicationWithParamterGuesses2 test. Looking at history it seems to have appeared between N20100121-2000 and N20100123-2000 build. It's sure that depending on the machine, this test result is n... | 2010-03-01 06:39:21 | 1,267,440,000 | verified fixed | 52f2c9d | 1,272,870,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java | JDT |
539 | 310,687 | Bug 310687 [search] JavaSearchPageScoreComputer returned to adapt C++ Editor Input | Build Identifier: Helios M6 In SearchPageDescriptor.computeScore, an adapter for org.eclipse.ui.part.FileEditorInput(/search_tab/src/search_tab.cpp) to ISearchPageScoreComputer is requested, and a JavaSearchPageScoreComputer is returned. Reproducible: Always | 2010-04-27 14:26:24 | 1,272,390,000 | verified fixed | 6d1c973 | 1,272,700,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/EditorInputAdapterFactory.java | JDT |
540 | 310,609 | Bug 310609 [render] Strange rendering problem in PE when using package abbreviation pattern | null | 2010-04-27 07:50:56 | 1,272,370,000 | resolved fixed | 8cdd6a0 | 1,272,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabelComposer.java | JDT |
541 | 236,850 | Bug 236850 [misc] Show Java Annotations in the Javadoc hover and view | I would like there to be a way to get eclipse to display annotations (that the required retention policy) to be visible in package explorer, in the outline and text editor as a pop up the way the javadoc comments are seen. Since annotations can be reflected I don't see why eclipse does not have an option to display the... | 2008-06-12 08:33:12 | 1,213,270,000 | verified fixed | 26503f8 | 1,272,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLinks.java | JDT |
542 | 310,089 | Bug 310089 Clean up ImportTypeDialog.open() and CopyFilesAndFoldersOperation API | N20100421-2000. Calling open() on a dialog should always open a dialog. The current implementation violates the API contract of Window.open() and is a hack. We should get rid of this before 3.6 ships. To make it easy for clients (so they don't have to take over that code) we should add CopyFilesAndFoldersOperation.copy... | 2010-04-22 06:57:46 | 1,271,930,000 | verified fixed | 12c25f6 | 1,272,030,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaDropAdapterAssistant.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/FileTransferDropAdapter.java | JDT |
543 | 59,891 | Bug 59891 [formatter] improve lines wrapping in nested method calls | Build 3.0M8 I'm using the Code formatter with the Java Conventions profile (with only the maximum line width changed to 40 characters) to format this class: public class Main { public static void main( String[] args) { foo(bar(1, 2, 3), baz(4, 5, 6, 7)); } } The result looks like this: public class Main { public static... | 2004-04-25 18:02:56 | 1,082,930,000 | verified fixed | a0e63b7 | 1,272,020,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateToStringTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java | JDT |
544 | 309,163 | Bug 309163 Remove J2SE-7 EE support | As J2SE-7 is incomplete, JDT should remove the execution environment definition from 3.6 before shipping: * Removing the EE extension in org.eclipse.jdt.launching * Remove the "JavaSE-1.7.profile" from org.eclipse.osgi * When setting default compiler compliance, jdt.launching should set compliance to 1.6 settings when ... | 2010-04-14 12:43:23 | 1,271,260,000 | verified fixed | b561798 | 1,271,950,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne.java | JDT |
545 | 309,977 | Bug 309977 Classpath variable initialization doesn't fail silently | Build Identifier: 3.6.0 I20100312-1448 We have a classpath variable initializer which may or may not set the actual variable depending on certain conditions. According to the Javadoc for the ClasspathVariableInitializer.initialize(), it is ok to fail silently: Binds a value to the workspace classpath variable with the ... | 2010-04-21 10:59:24 | 1,271,860,000 | resolved fixed | c646bb6 | 1,271,940,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableBlock.java | JDT |
546 | 309,806 | Bug 309806 [ccp] Pasting a patch in package explorer ignores "Apply patch in Synchronize view" preference | null | 2010-04-20 09:49:56 | 1,271,770,000 | verified fixed | 0f2b413 | 1,271,850,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java | JDT |
547 | 307,758 | Bug 307758 [extract local] Unable to refactor expression without resolved type in variable initializer | Build Identifier: 20100218-1602 Selection is between "<" and ">". Alt+Shift+L (extract local) here reports "expression expected". One should not have to fix the error before refactoring in this manner. class A { public void m() { // foo is undeclared. int a = <foo + 5>; } } Reproducible: Always | 2010-03-31 12:32:14 | 1,270,050,000 | verified fixed | 4b6a39e | 1,271,790,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test37_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test37_out.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test104_in.java org.eclipse.jdt.ui.tests.refactoring/resources/Ex... | JDT |
548 | 309,415 | Bug 309415 [implementation][nls tooling] DBCS3.6: 'Find Broken Externalized Strings' not handle constants with CJK Ext-B. | Build Identifier: I20100406-1034 JRE: IBM Java 1.6 Locale:Japanese 'Find Broken Externalized Strings' can not handle constants with CJK Ext-B (Surrogates) correctly. The following message is displayed in Search view. 'Unused keys in: messages.properties - bugXXXXXX/src' Reproducible: Always Steps to Reproduce: 1.Import... | 2010-04-16 00:06:47 | 1,271,390,000 | verified fixed | 4254d06 | 1,271,750,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSScanner.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java | JDT |
549 | 292,505 | Bug 292505 Combined "Delete" on mixed selection package/folders does not delete all resources | User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9 Build Identifier: M20090917-0800 When deleting a mixed selection, not all resources are actually deleted. Reproducible: Always Steps to Reproduce: 1. Create a Java project 2. Inside the ... | 2009-10-16 05:01:12 | 1,255,680,000 | verified fixed | 11dd7cc | 1,271,680,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ccp/DeleteTest.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaDeleteProcessor.java | JDT |
550 | 309,035 | Bug 309035 [JUnit] TestCaseElement does not handle ignored status correctly | According to Javadoc, ITestElement.getTestResult(boolean) should return ITestElement.Result.IGNORED for ignored/skipped tests. But the current implementation returns a result of OK and only sets the 'ignored' property in TestCaseElement, which is internal API. Optimally, the implementation of TestCaseElement.getTestRes... | 2010-04-13 15:25:02 | 1,271,190,000 | resolved fixed | 03f5708 | 1,271,630,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestCaseElement.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/AbstractTestRunListenerTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/TestRunSessionSerializationTests4.java | JDT |
551 | 308,978 | Bug 308978 JVME (does not exist) in JavaElementNameComposer.appendTypeParameterLabel | HEAD. Test Case: run org.eclipse.jdt.ui.tests.refactoring.RenameTypeParameterTests | 2010-04-13 06:12:00 | 1,271,150,000 | resolved fixed | bca4465 | 1,271,180,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabelComposer.java | JDT |
552 | 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. | 2010-01-06 06:30:33 | 1,262,780,000 | resolved fixed | 583a14e | 1,271,170,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/NonInitialTypingTest.java | JDT |
553 | 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... | 2010-04-12 13:18:35 | 1,271,090,000 | resolved fixed | 68747f1 | 1,271,160,000 | 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 |
554 | 271,228 | Bug 271228 [encapsulate field] Encapsulate field on multi-variable declarations drops modifiers | null | 2009-04-04 13:57:28 | 1,238,870,000 | resolved fixed | cb303fb | 1,271,160,000 | 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/refactoring... | JDT |
555 | 277,299 | Bug 277299 [implementation] Performance issue with jface text WordRule | null | 2009-05-21 05:10:55 | 1,242,900,000 | resolved fixed | 3cea8b2 | 1,271,080,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/WordRulePerformanceTest.java | JDT |
556 | 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... | 2010-04-09 03:54:03 | 1,270,800,000 | resolved fixed | c5196b1 | 1,270,820,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaWordFinder.java | JDT |
557 | 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... | 2010-04-08 04:34:59 | 1,270,720,000 | resolved fixed | f80f91d | 1,270,760,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java | JDT |
558 | 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. | 2008-05-15 11:27:51 | 1,210,870,000 | resolved fixed | 7d7289b | 1,270,720,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java | JDT |
559 | 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... | 2010-03-31 12:15:35 | 1,270,050,000 | verified fixed | a903ede | 1,270,560,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
560 | 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... | 2008-01-25 14:56:06 | 1,201,290,000 | resolved fixed | e6ec381 | 1,270,130,000 | 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 org.eclipse.j... | JDT |
561 | 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. | 2010-04-01 02:49:12 | 1,270,100,000 | verified fixed | 0f6832e | 1,270,100,000 | 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 |
562 | 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)... | 2010-02-24 09:45:06 | 1,267,020,000 | verified fixed | 95e8732 | 1,270,090,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/LocationCopyAction.java | JDT |
563 | 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... | 2006-08-15 10:32:01 | 1,155,650,000 | resolved fixed | 2e227ea | 1,270,050,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaModelLabelProvider.java | JDT |
564 | 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()... | 2010-03-29 11:16:40 | 1,269,880,000 | resolved fixed | b2e506f | 1,269,970,000 | 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 |
565 | 307,398 | Bug 307398 [Perspectives] 'Show In' targets not added to existing perspectives | null | 2010-03-29 10:42:04 | 1,269,870,000 | verified fixed | a8714ec | 1,269,880,000 | 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 |
566 | 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... | 2009-12-11 04:10:27 | 1,260,520,000 | resolved fixed | 774e7bd | 1,269,870,000 | 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 |
567 | 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... | 2009-01-10 16:09:01 | 1,231,620,000 | resolved fixed | 7ce283a | 1,269,860,000 | 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 |
568 | 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... | 2009-08-13 10:19:02 | 1,250,170,000 | resolved fixed | c735412 | 1,269,550,000 | 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 |
569 | 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... | 2007-11-01 14:15:47 | 1,193,940,000 | resolved fixed | f9a6231 | 1,269,540,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunSessionSerializer.java | JDT |
570 | 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... | 2010-03-24 06:43:49 | 1,269,430,000 | resolved fixed | 4d83928 | 1,269,530,000 | 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 |
571 | 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(). | 2010-03-24 13:36:53 | 1,269,450,000 | resolved fixed | 99b81a7 | 1,269,450,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/Strings.java | JDT |
572 | 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. ... | 2010-03-22 15:01:00 | 1,269,280,000 | closed fixed | e1d357e | 1,269,360,000 | 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 |
573 | 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... | 2010-03-22 16:05:53 | 1,269,290,000 | resolved fixed | d4634f5 | 1,269,360,000 | 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 |
574 | 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... | 2010-03-22 14:41:45 | 1,269,280,000 | closed fixed | a5c11a1 | 1,269,340,000 | 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 |
575 | 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 ... | 2010-03-22 12:06:53 | 1,269,270,000 | verified fixed | 8c41db5 | 1,269,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java | JDT |
576 | 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... | 2010-03-19 07:32:52 | 1,269,000,000 | resolved fixed | f3f430f | 1,269,000,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
577 | 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... | 2010-03-18 11:46:16 | 1,268,930,000 | resolved fixed | f5189dc | 1,268,990,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightings.java | JDT |
578 | 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. | 2007-02-28 11:43:18 | 1,172,680,000 | verified fixed | 5a8bfad | 1,268,930,000 | 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 |
579 | 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... | 2010-02-10 13:01:21 | 1,265,820,000 | resolved fixed | 66b0651 | 1,268,650,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ProblemLocation.java | JDT |
580 | 304,083 | Bug 304083 [build path] Source attachments wrong for automatically added libraries (UI changes) | null | 2010-02-26 14:33:01 | 1,267,210,000 | resolved fixed | 01166d3 | 1,268,080,000 | 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.ui/ui/org/eclipse/... | JDT |
581 | 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... | 2009-07-14 10:51:40 | 1,247,580,000 | resolved fixed | a11e0cf | 1,268,080,000 | 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 |
582 | 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. | 2010-02-18 03:13:04 | 1,266,480,000 | verified fixed | 5de33da | 1,268,080,000 | 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/buildpaths/... | JDT |
583 | 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. | 2008-10-28 12:50:22 | 1,225,210,000 | resolved fixed | ee89ad4 | 1,268,080,000 | 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 |
584 | 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... | 2008-10-28 12:48:12 | 1,225,210,000 | verified fixed | 8294273 | 1,268,070,000 | 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 |
585 | 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... | 2010-02-23 18:05:26 | 1,266,970,000 | resolved fixed | c68f400 | 1,268,040,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/LevelTreeContentProvider.java | JDT |
586 | 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())... | 2010-02-23 16:22:04 | 1,266,960,000 | resolved fixed | 766483f | 1,268,040,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java | JDT |
587 | 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 | 2010-03-05 05:08:52 | 1,267,780,000 | resolved fixed | 3343ccc | 1,267,980,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java | JDT |
588 | 304,927 | Bug 304927 Incorrect Javadoc for org.eclipse.ltk.core.refactoring.Change | null | 2010-03-06 22:31:26 | 1,267,930,000 | resolved fixed | 0f93a98 | 1,267,980,000 | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/Change.java | JDT |
589 | 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... | 2010-02-28 19:16:55 | 1,267,400,000 | resolved fixed | 6380eff | 1,267,830,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java | JDT |
590 | 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... | 2010-03-05 10:16:12 | 1,267,800,000 | resolved fixed | 711d69a | 1,267,810,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocContentAccess2.java | JDT |
591 | 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 | 2003-09-18 06:44:51 | 1,063,880,000 | verified fixed | a0af325 | 1,267,810,000 | 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.ui.tests.ref... | JDT |
592 | 304,573 | Bug 304573 [JUnit] Adopt p2 API changes for SimpleConfiguratorManipulator | null | 2010-03-03 14:45:37 | 1,267,650,000 | resolved fixed | eccbe64 | 1,267,730,000 | 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 |
593 | 304,052 | Bug 304052 [preferences] Add new 'code formatter' options to disable formatting of line/block comments starting on first column | null | 2010-02-26 11:09:01 | 1,267,200,000 | verified fixed | 5fab02e | 1,267,630,000 | 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 |
594 | 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... | 2002-11-25 07:35:55 | 1,038,230,000 | verified fixed | 9c4873b | 1,267,620,000 | 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/ui/org/ecl... | JDT |
595 | 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... | 2009-09-02 13:16:30 | 1,251,910,000 | resolved fixed | fb09778 | 1,267,540,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AbstractCleanUp.java | JDT |
596 | 303,945 | Bug 303945 [preferences] add Errors/Warnings option "Suppress optional errors with @SuppressWarnings" | null | 2010-02-25 13:12:26 | 1,267,120,000 | verified fixed | f16a35c | 1,267,190,000 | 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 |
597 | 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... | 2010-01-20 05:18:14 | 1,263,980,000 | verified fixed | 2fe5467 | 1,267,110,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaMergeViewer.java | JDT |
598 | 303,785 | Bug 303785 [implementation] Dead lock while editing in a java editor | null | 2010-02-24 11:54:48 | 1,267,030,000 | verified fixed | 420a07f | 1,267,110,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java | JDT |
599 | 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. | 2010-02-24 13:19:51 | 1,267,040,000 | resolved fixed | 5d7c6fe | 1,267,080,000 | 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 |
600 | 303,773 | Bug 303773 [preferences] Add new options to 'code formatter' to expose constants from bug 284789 | null | 2010-02-24 10:39:28 | 1,267,030,000 | verified fixed | 3f468eb | 1,267,040,000 | 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 |
601 | 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... | 2008-09-08 10:57:24 | 1,220,890,000 | verified fixed | a29b3bc | 1,267,020,000 | 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 |
602 | 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... | 2009-05-19 10:23:02 | 1,242,740,000 | verified fixed | 946c5ea | 1,266,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java | JDT |
603 | 303,607 | Bug 303607 [content assist] overwrite highlighting at wrong position (with collapsed folding) | null | 2010-02-23 06:58:46 | 1,266,930,000 | verified fixed | a885aa2 | 1,266,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java | JDT |
604 | 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 | 2010-02-23 06:35:13 | 1,266,920,000 | verified fixed | b4f3249 | 1,266,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java | JDT |
605 | 303,405 | Bug 303405 [preferences] Add new options to 'code formatter' to expose constants from bug 270209 | null | 2010-02-20 05:33:54 | 1,266,660,000 | verified fixed | e1e077e | 1,266,930,000 | 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 |
606 | 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... | 2010-02-02 08:02:02 | 1,265,120,000 | verified fixed | 3e17cb1 | 1,266,920,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java | JDT |
607 | 303,314 | Bug 303314 [preferences] Add new options to 'code formatter' to expose constant from bug 282030 | null | 2010-02-19 09:08:44 | 1,266,590,000 | verified fixed | 0ef818d | 1,266,920,000 | 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 |
608 | 285,809 | Bug 285809 [compare] Multi-line Javadoc editing does not indent | null | 2009-08-05 21:46:13 | 1,249,520,000 | resolved fixed | 38bc9d8 | 1,266,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy.java | JDT |
609 | 303,163 | Bug 303163 [preferences] expose new code formatter option: "add new line after label" from bug 150741 | null | 2010-02-18 05:28:25 | 1,266,490,000 | verified fixed | 6582429 | 1,266,850,000 | 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 |
610 | 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... | 2010-02-19 09:08:11 | 1,266,590,000 | resolved fixed | 83d1075 | 1,266,590,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/SelectionAwareSourceRangeComputer.java | JDT |
611 | 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... | 2010-02-11 09:05:11 | 1,265,900,000 | resolved fixed | 9a9d440 | 1,266,240,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java | JDT |
612 | 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... | 2009-11-13 01:51:12 | 1,258,100,000 | verified fixed | 4b54972 | 1,265,970,000 | 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 |
613 | 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... | 2007-06-25 05:16:44 | 1,182,760,000 | resolved fixed | 5773ae6 | 1,265,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaMatchFilter.java | JDT |
614 | 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... | 2010-02-07 19:29:00 | 1,265,590,000 | verified fixed | a86a163 | 1,265,630,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/OverrideIndicatorImageProvider.java | JDT |
615 | 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... | 2010-01-26 21:31:45 | 1,264,560,000 | verified fixed | abcbcb3 | 1,265,200,000 | 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 |
616 | 301,242 | Bug 301242 [refactoring][clean up] UI locked by 2 dialogs after repeated Undos in Java editor | null | 2010-01-29 08:34:46 | 1,264,770,000 | verified fixed | ac15f8a | 1,264,780,000 | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/UndoableOperation2ChangeAdapter.java | JDT |
617 | 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... | 2010-01-26 14:43:02 | 1,264,540,000 | resolved fixed | efe443e | 1,264,690,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyLabelProvider.java | JDT |
618 | 300,981 | Bug 300981 [ccp] "Paste" is enabled in jars | null | 2010-01-27 08:01:32 | 1,264,600,000 | resolved fixed | c500a24 | 1,264,680,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java | JDT |
619 | 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... | 2010-01-26 08:14:44 | 1,264,510,000 | verified fixed | 18487ae | 1,264,540,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpPostSaveListener.java | JDT |
620 | 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... | 2010-01-26 04:51:14 | 1,264,500,000 | verified fixed | dba010d | 1,264,500,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.java | JDT |
621 | 296,782 | Bug 296782 CreateProfileDialog.createDialogArea should extend the super implementation of Dialog.createDialogArea | null | 2009-12-03 05:14:42 | 1,259,840,000 | resolved fixed | 9add39a | 1,264,450,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CreateProfileDialog.java | JDT |
622 | 296,784 | Bug 296784 [patch] Layout of RefactoringStatusDialog not standard | null | 2009-12-03 05:38:51 | 1,259,840,000 | resolved fixed | 165d893 | 1,264,450,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringStatusDialog.java | JDT |
623 | 297,183 | Bug 297183 [quick fix] "Add unimplemented methods" should add methods from top of hierarchy first | null | 2009-12-08 07:12:34 | 1,260,270,000 | resolved fixed | b93184a | 1,264,440,000 | 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 |
624 | 297,320 | Bug 297320 [nls tooling] Add more tests for Find Broken Externalized Strings | null | 2009-12-09 06:05:09 | 1,260,360,000 | resolved fixed | 730caad | 1,264,420,000 | 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 |
625 | 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 | 2009-12-07 14:18:16 | 1,260,210,000 | resolved fixed | 8182968 | 1,264,420,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java | JDT |
626 | 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 | 2009-12-03 05:04:31 | 1,259,830,000 | resolved fixed | fedb558 | 1,264,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/AlreadyExistsDialog.java | JDT |
627 | 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... | 2010-01-22 14:01:04 | 1,264,190,000 | verified fixed | 626ce5d | 1,264,380,000 | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/UndoTextFileChange.java | JDT |
628 | 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... | 2004-05-24 11:11:39 | 1,085,410,000 | verified fixed | e025fcf | 1,264,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
629 | 188,595 | Bug 188595 [pull up] to interface changes field visibility | null | 2007-05-23 05:14:00 | 1,179,910,000 | verified fixed | 4db926a | 1,263,990,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java | JDT |
630 | 245,007 | Bug 245007 [compiler] Should not completely ignore anonymous type with missing super type | null | 2008-08-22 17:53:44 | 1,219,440,000 | verified fixed | f06ee61 | 1,263,830,000 | 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 |
631 | 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... | 2010-01-18 09:16:47 | 1,263,820,000 | resolved fixed | e324fd8 | 1,263,820,000 | 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 |
632 | 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 ... | 2010-01-18 08:13:40 | 1,263,820,000 | resolved fixed | cb963f0 | 1,263,820,000 | 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 |
633 | 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 ... | 2009-11-19 12:44:41 | 1,258,650,000 | verified fixed | d2fba16 | 1,263,810,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.java | JDT |
634 | 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(). | 2010-01-14 08:49:14 | 1,263,480,000 | verified fixed | 9189eec | 1,263,570,000 | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.