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 |
|---|---|---|---|---|---|---|---|---|---|---|
3,935 | 70,412 | Bug 70412 [api] Formatting a large file makes Eclipse freeze (enabling/disabling of partitioning updating) | null | 2004-07-20 08:41:08 | 1,090,330,000 | verified fixed | 58fa428 | 1,092,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FormatAllAction.java | JDT |
3,936 | 65,659 | Bug 65659 [syntax highlighting] Constructor and method syntax highlighting is inconsistent | Java constructor declarations are highlighted as method calls, not as method declarations. | 2004-06-03 21:27:26 | 1,086,310,000 | resolved fixed | 98d40b9 | 1,092,310,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightings.java | JDT |
3,937 | 64,203 | Bug 64203 [syntax highlighting] Wrong highlighting when method parameter alone is used as initializer of a local variable | In the following example, the first line of the method body shows 'n' as if it were a local variable. The second line is OK. void m(int n) { int j = n; int k = n + 1; } | 2004-05-26 14:55:53 | 1,085,600,000 | resolved fixed | 667d10b | 1,092,310,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightings.java | JDT |
3,938 | 63,688 | Bug 63688 wrong indent after 'enter' | 3.0 m9 quite annoing usability problem: create this: public int getFoo(){<CARET_HERE>} press Enter you get public int getFoo(){ } which is _never_ right. i get annoyed by this every 5 minutes or so. the same bug in: if(condition){<CARET_HERE>} press Enter, you get if(condition){ } which, againi, is never what you want | 2004-05-24 11:01:11 | 1,085,410,000 | resolved fixed | df9e46c | 1,092,250,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java | JDT |
3,939 | 68,058 | Bug 68058 NPE in JUnit view [JUnit] | RC3, probably happens on all platforms - open a JUnit view --> should open empty - right-click in the Failure Trace table at the bottom and the following exception occurs: java.lang.NullPointerException at org.eclipse.jdt.internal.junit.ui.FailureTrace.menuAboutToShow(FailureTrace.java:111) at org.eclipse.jface.action.... | 2004-06-21 14:16:56 | 1,087,840,000 | verified fixed | e46c2a2 | 1,092,220,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureTrace.java | JDT |
3,940 | 62,605 | Bug 62605 Binding of a simple name representing a constuctor is ITypeBinding but should be IMethodBinding | I20040514 The binding of the simple name "Test" in the following statement "new Test();" is a ITypeBinding. Since the name refers to a constructor the binding should be a IMethodBinding. | 2004-05-18 04:33:06 | 1,084,870,000 | resolved wontfix | 8aa17ab | 1,091,810,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightings.java | JDT |
3,941 | 71,332 | Bug 71332 TVT3.0: ''text ui'' etc in English in New JUnit Test Case panel | OS : RHEL 3.0 Build date: 0730 Language: CHS Problem Description: Create a Java project, click File > New > Others, Select Junit Test Case under JUnit Click Next, there are strings in English: "text ui", "swing ui", "awt ui". Can someone make sure these are externalized for the next release? Thanks. | 2004-08-03 17:31:04 | 1,091,570,000 | resolved fixed | 74b3241 | 1,091,610,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/MethodStubsSelectionButtonGroup.java | JDT |
3,942 | 71,219 | Bug 71219 IndexOutOfBoundsException in SuperTypeHierarchyCache.addTypeHierarchyToCache | Eclipse (Linux GTK) 20040728 on Linux Fedora core 1 I don't know what I did to cause this unfortunately, I'll look out for it again. java.lang.IndexOutOfBoundsException: Index: 4, Size: 4 at java.util.ArrayList.RangeCheck(ArrayList.java:507) at java.util.ArrayList.get(ArrayList.java:324) at org.eclipse.jdt.internal.cor... | 2004-08-02 06:21:22 | 1,091,440,000 | resolved fixed | 2fa6bf1 | 1,091,540,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/SuperTypeHierarchyCache.java | JDT |
3,943 | 70,111 | Bug 70111 TVT3.0: Java Project Properties has truncated text and buttons | On the menu bar from the main Workbench panel, click File -> New -> Projects Select Java Project Click Next In the Project Name put java-project Click Finish On the menu bar from the main Workbench panel, click Project Click Properties Select Javadoc Location Even though I enlarge the window, the description and the ri... | 2004-07-15 10:07:01 | 1,089,900,000 | closed fixed | b3bcc78 | 1,091,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java | JDT |
3,944 | 70,077 | Bug 70077 [typing] Copy/paste doesn't work occasionally | Hi. When I do the copying/pasting, something seems strange: I'm editing the Java source code, and want to copy some lines of code to another place, I selected the lines, about 15-line, press Ctrl-C, and then move to the paste place, and press Ctrl-V, and just nothing happened. I've tried several time, and tried to use ... | 2004-07-14 21:29:30 | 1,089,850,000 | resolved fixed | 0ec91ea | 1,091,110,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClipboardOperationAction.java | JDT |
3,945 | 66,501 | Bug 66501 [typing] In smart mode: Delete Next/Previous Word delete selection | 200406092000 In the java editor, Delete Next Word (Ctrl+Delete) and Delete Previous Word (Ctrl+Backspace) behave unexpected. They should always just delete the selection iff it is not zero-length. That's the behavior we're used to with unmodified Delete and Backspace, and it's also what the Text Editor already does. vo... | 2004-06-10 09:53:52 | 1,086,880,000 | resolved fixed | 5fe472a | 1,091,020,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
3,946 | 70,284 | Bug 70284 [1.5] class file with "1.4 compatibility" cannot be run in Java 1.4 | If I compile a simple class in Eclipse with the following compliance settings, it won't run in a 1.4 JVM. It appears the .class file relies on 1.5 libraries, despite the compatibility setting. Compiler compliance: 1.5 Generated .class compatibility: 1.4 Source compatibility: 1.5 Here's my source code: public class Test... | 2004-07-16 18:19:39 | 1,090,020,000 | resolved fixed | 5966c25 | 1,090,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java | JDT |
3,947 | 70,103 | Bug 70103 [1.5] Want v1.4 source code compatibility and v1.5 class files | Using Eclipse 3.0GA and Cheetah 0.0.6: Window -> Preferences -> Java -> Compiler -> Compliance and Classfiles Make the following settings: Compiler compliance level: 1.5 Generated .class file compatibility: 1.5 Source compatibility: 1.4 Current results: Error: "When source code compatibility is 1.4, the classfile compa... | 2004-07-15 09:31:59 | 1,089,900,000 | resolved fixed | dc353cf | 1,090,850,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/CompilerConfigurationBlock.java | JDT |
3,948 | 70,158 | Bug 70158 Exception trying to add getter [code manipulation] | I got the following exception trying to add a getter for an instance variable to a class. I choose the instance variable and ran Source/Generate Getters and Setters, deselected the setter and clicked OK. The oepration failed with the following exception. This is with Eclipse 3.0 and I have the entire source for Eclipse... | 2004-07-15 16:17:50 | 1,089,920,000 | verified fixed | 0f6f0bf | 1,090,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java | JDT |
3,949 | 69,843 | Bug 69843 TVT3.0: Unexternalized string in Preferences>Java>Task Tags | OS : RHEL 3.0 Mustfix: No Severity : 3 Build date: 0712 Blocking: NO Language: CHT Problem Description: Actual Description of the problem On the menu bar from the main Workbench panel, click Window > Preferences > Java > Task Tags == > "Deafult" is in English of the tag in the Preferences window. | 2004-07-12 10:45:28 | 1,089,640,000 | closed fixed | 7d8e360 | 1,089,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskConfigurationBlock.java | JDT |
3,950 | 69,932 | Bug 69932 TVT3.0: Add Constructor from Superclass has incorrect mnemonics | Open a Java Project, call it java-project. Select java-project in the left pane. On the menu bar from the main Workbench panel, click File > New > Others Select Class Click Next In the Name put java_project_class Click Finish On the menu bar from the main Workbench panel, click Source > Format Select Add Constructor fr... | 2004-07-13 11:02:24 | 1,089,730,000 | closed fixed | 8e5b196 | 1,089,820,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java | JDT |
3,951 | 68,868 | Bug 68868 Sometime a search results in the error "Memento problem" [search] | Sometimes when I do a search via Java editor popup menu References->Workspace, I get the following error in the error log: Memento problem - invalid integer for key: org.eclipse.jdt.search.resultpage.grouping value: TRUE An exception stack trace could not be found. eclipse.buildId=I200406251208 java.version=1.4.2_04 ja... | 2004-06-29 11:09:29 | 1,088,520,000 | verified fixed | 6298555 | 1,089,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java | JDT |
3,952 | 68,295 | Bug 68295 User Libraries dialog loses settings [build path] | When adding or modifying User Libraries I can't get certain settings to stick. I currently have 9 user defined libraries and in total 18 JAR files. When I try and change one of the libraries to be a system library and OK the dialog and go back in, the setting doesn't stick. I also had the experience of adding a couple ... | 2004-06-23 09:33:39 | 1,088,000,000 | verified fixed | 659d8e2 | 1,089,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPUserLibraryElement.java | JDT |
3,953 | 66,939 | Bug 66939 Use supertype refactoring: target type not named [refactoring] | RC2 Make a random selection in a Java editor and choose 'Use supertype where possible' The dialog comes up and is ready to do some work. But it dosn't say which for type it would use a supertype for. Maybe the label should be improved to 'Select supertype to use for '{0}':' It might be better to limit the enablement on... | 2004-06-14 10:02:36 | 1,087,220,000 | resolved fixed | 4839de1 | 1,089,640,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeTypeWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/UseSupertypeWizard.java | JDT |
3,954 | 59,157 | Bug 59157 Externalize Strings should remember the input values of the last time. [refactoring] [nls] | It whould be handy if the package selected (and every other value that most of the time would be the same as the previous time) is remembered for the next time!! in the Externalize Strings dialog Now i always have to change the package (2 times!) in that dialog most of the time you want one resource bundle file for you... | 2004-04-19 17:39:07 | 1,082,410,000 | resolved fixed | 5b1ce9a | 1,089,280,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/AccessorDescription.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java | JDT |
3,955 | 69,020 | Bug 69020 IAE when drag and dropping field in anonym type [reorg] [dnd] | 3.0 drag and drop a field in an anonymous type. java.lang.IllegalArgumentException: ClassInstanceCreation has no property bodyDeclarations at org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.validateHasChildProperty(RewriteEventStore.java:615) at org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.ge... | 2004-06-30 11:03:59 | 1,088,610,000 | resolved fixed | 8548bdd | 1,089,140,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java | JDT |
3,956 | 41,903 | Bug 41903 bug in "Use SuperType Where Possible" [refactoring] | When I try to apply "Use SuperType Where Possible" to the program below (trying to replace references to type "FastEcho" with references to type "Echo"), I get a popup "The refactoring does not change any source code." However, the declaration of variable f in class "Hello" can be given type "Echo". - Frank Echo.java: ... | 2003-08-24 15:44:50 | 1,061,750,000 | resolved fixed | 766ddb6 | 1,089,110,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractInterfaceTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/E... | JDT |
3,957 | 68,593 | Bug 68593 [formatting] Code formatter formats header comments | Even though "format header comments" is turned off in the general settings block on the comments tab, Eclipse 3RC3 is formatting the header comments. This happened with both built-in and all newly generated format templates. regards martin | 2004-06-25 08:07:14 | 1,088,170,000 | resolved fixed | 48991a2 | 1,088,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentFormattingStrategy.java | JDT |
3,958 | 67,168 | Bug 67168 Change Signature shows error message twice [refactoring] | 200406111814 public class TestClass { void change() { } x } Try to 'Change Method Signature' on 'change()'. The error message dialog always shows up twice. | 2004-06-15 03:06:22 | 1,087,280,000 | resolved fixed | 5f96f3c | 1,088,530,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ModifyParametersAction.java | JDT |
3,959 | 68,552 | Bug 68552 CallHierarchyViewPart uses deprecated setTitle API [call hierarchy] | The string currently being passed into setTitle should be passed to setContentDescription instead. | 2004-06-24 18:00:47 | 1,088,110,000 | resolved fixed | 5e290dd | 1,088,520,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java | JDT |
3,960 | 68,504 | Bug 68504 Refactor -> Change Method Signature removes import [refactoring] | I'm using 3.0RC2 on Windows XP Professional, JDK is Sun 1.4.2_04 Create a new class, Bug.java as below: import java.util.regex.Matcher; public class Bug { public static boolean textContains(CharSequence text, Matcher matcher) { return matcher.reset(text).find(); } } In the same package, create BugCaller.java Create a n... | 2004-06-24 13:27:51 | 1,088,100,000 | verified fixed | 86c8b51 | 1,088,520,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testImport08_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testImport08_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java org.eclipse.jdt.... | JDT |
3,961 | 68,157 | Bug 68157 Search for file occurences keybinding doesn't work | RC3 - 20040622:00:10 I opened org.eclipse.ui.examples.jobs.views.JobsView added a field to the classes saved the file (note at this point there are no errors or warnings in the file) then clicked on another existing field and pressed CTRl+SHIFT+U. All I got was a beep. I get this a lot and it is really annoying because... | 2004-06-22 09:38:33 | 1,087,910,000 | verified fixed | dcced76 | 1,088,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
3,962 | 67,944 | Bug 67944 Regression: package explorer doesn't show folders with non package names anymore | RC3 The regression was introduced by a fix we put in into M5. The bug number is 45062. However this problem was already raised against 2.1 and we fixed it for 2.1.1 since we considered it major there. The problem appears in situations where clients create a folder insides a source folder with a non package name (for ex... | 2004-06-20 09:03:53 | 1,087,740,000 | verified fixed | e5d02c7 | 1,087,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/OutputFolderFilter.java | JDT |
3,963 | 67,978 | Bug 67978 IndexOutOfBounds in JavaEditor$MouseClickListener.repairRepresentation() | While using the JDT editor in Eclipse 3.0RC3 I received the following stacktrace, but can't say exactly what I did to get that. Not sure if it belongs to SWT or JDT-UI. Hope it tells somebody enought to fix it: java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:2677) at org.ec... | 2004-06-21 06:38:56 | 1,087,810,000 | resolved fixed | 3ef34de | 1,087,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
3,964 | 67,873 | Bug 67873 [spell checking] tons of temporary spell check annotations | I200406180010 + plug-in export for I200406180800 1. disable folding and enable spell checker 2. open AbstractTextEditor 3. goto verifyText 4. start typing some random text behind a } observer the overview ruler: sometimes it is filled with spell checker annotations Note: if you cannot reproduce try starting to type - w... | 2004-06-18 14:50:44 | 1,087,580,000 | verified fixed | f1145f9 | 1,087,920,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellReconcileStrategy.java | JDT |
3,965 | 67,821 | Bug 67821 DirtyBufferValidationState becomes stale when buffer closes | Eclipse RC2. if you copy a read-only file and paste it on top of another read-only file all from the package explorer you get an exception in the log but the operation succeeds: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:314) at org.ecli... | 2004-06-18 10:48:38 | 1,087,570,000 | verified fixed | f8a0819 | 1,087,920,000 | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/BufferValidationState.java | JDT |
3,966 | 67,187 | Bug 67187 [implementation] Concurrent modification of CompilationUnitDocumentProvider's ReverseMap | Was just scrolling through a Java file and got a popup with the following info: Java AST creation (Error: An internal error occurred during: "Java AST creation".) An internal error occurred during: "Java AST creation". java.lang.IndexOutOfBoundsException: Index: 62, Size: 60 java.util.ArrayList.RangeCheck(ArrayList.jav... | 2004-06-15 05:26:42 | 1,087,290,000 | verified fixed | 806a289 | 1,087,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistLightBulbUpdater.java | JDT |
3,967 | 66,234 | Bug 66234 [projection] Revert file sometimes does not display the imports | I was able to recreate the scenario, I have a Java file in a Java project as /* * Created on Jun 8, 2004 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ package com; import java.net.URL; import java.util.Date; /** * @author admin * * TODO To c... | 2004-06-08 18:33:04 | 1,086,730,000 | verified fixed | 6d8f894 | 1,087,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingStructureProvider.java | JDT |
3,968 | 67,779 | Bug 67779 color tuning | We received a set of small color adjustments from the artists. These changes should be integrated into RC3 * occurrences highlight: 255, 248, 147 * current line highlight: 232, 242, 254 * completion proposal background: white method parameter background: white | 2004-06-18 05:38:24 | 1,087,550,000 | verified fixed | 52ba4dc | 1,087,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java | JDT |
3,969 | 67,428 | Bug 67428 [implementation] ArrayIndexOutOfBoundsException in BufferedRuleBasedScanner | 3.0RC2 Build id: 200406111814 Getting from time to time the following sequence of errors while editing. I cannot correlate the errors with any specific action since the edit session seems to be not affected by them and i see the errors only if i look into the log. Yesterday it happend five times, this morning one. !ENT... | 2004-06-16 06:14:13 | 1,087,380,000 | resolved fixed | f185570 | 1,087,570,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
3,970 | 67,046 | Bug 67046 Exception when dragging a method to another class using the package explorer | a. Create a new Java project b. Create 3 new packages c. Create a new class in each of the first 2 packages d. Add 2 methods to the class in the second package and save it e. Move the previous class with the 2 methods to the third package f. Try to drag and drop a method from the previous class in the package explorer ... | 2004-06-14 13:36:29 | 1,087,230,000 | verified fixed | 1e6ff26 | 1,087,570,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java | JDT |
3,971 | 66,835 | Bug 66835 Deleting a package with CUs opened and dirty results in stale package explorer [refactoring] | null | 2004-06-12 13:48:13 | 1,087,060,000 | verified fixed | beaea45 | 1,087,550,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaDeleteProcessor.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/... | JDT |
3,972 | 67,726 | Bug 67726 Refactoring fails if validate edit returns a cancel status [refactoring] | null | 2004-06-17 17:30:26 | 1,087,510,000 | verified fixed | 3a566f1 | 1,087,550,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/RefactoringStatus.java org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/participants/ValidateEditChecker.java org.eclipse.ltk.core.refact... | JDT |
3,973 | 67,691 | Bug 67691 NLS: JavaEditor has a non-nlsed string (job name) | RC2 "Override indicator installation job" | 2004-06-17 14:39:59 | 1,087,500,000 | verified fixed | b4be0d2 | 1,087,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
3,974 | 67,619 | Bug 67619 Java Search Read Filter filters too much | 3.0 RC2 1. select first occurrence of fOffset in BufferedRuleBasedScanner. 2. search for references in workspace ==> all matches found [ok] 3. Search view > view menu > Filter Reads ==> only 3 matches remain The read filter filters out matches which have both read and write access. Flagging as major since this can lead... | 2004-06-17 09:10:33 | 1,087,480,000 | verified fixed | 2a7836f | 1,087,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MatchFilter.java | JDT |
3,975 | 66,923 | Bug 66923 [typing]Can delete word (Ctrl-Backspace) on read only file | When you open read-only java file, all editing functions are disabled except deleting with Ctrl-Backspace and Ctrl-Del, then it is imposible to save this file. On simple text file it works ok - it blocks all edditing functions (including Ctrl-Backspace). I am using build 200406111814 | 2004-06-14 08:55:44 | 1,087,220,000 | verified fixed | db1c2fd | 1,087,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
3,976 | 60,795 | Bug 60795 Error while saving dirty text editor of deleted file. | When focus is restored to a dirty text editor of a file that has been deleted, the user will be prompted to save or close that editor. If the choose save and then attempt to save the file with the same name as it had before, an error log is generated. Steps to reproduce: 1) Create a new file (i.e. Simple>File) in the p... | 2004-05-03 13:48:51 | 1,083,610,000 | verified fixed | b498f33 | 1,087,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
3,977 | 37,648 | Bug 37648 Exceptions after one of the compare viewer inputs got deleted | Build I20030513 1. Select two folders 2. Compare With > Each Other 3. Delete one of the folders 4. In the compare viewer select a child which was contained in the deleted folder and which was also present in the other folder !SESSION Mai 15, 2003 15:12:10.492 --------------------------------------------- java.version=1... | 2003-05-15 09:16:47 | 1,053,000,000 | verified fixed | 55e92c7 | 1,087,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureCreator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/PropertiesStructureCreator.java | JDT |
3,978 | 66,094 | Bug 66094 IAE / Some copy operations don't pick up all of the collapsed regions | New feature to collapse regions of Java source - very nice. The way I copy between files is to position the cursor to the start of the file, use Ctrl+Shift+End to select all of the text between cursor and EOF, or sometimes Shift+Arrow keys to highlight a selected region. After this use Ctrl+C to copy into the clipboard... | 2004-06-08 06:37:41 | 1,086,690,000 | verified fixed | 37b3a22 | 1,087,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
3,979 | 66,479 | Bug 66479 Copy refactoring should use container encoding to create new file | I200406091200 - Platform encoding: ISO-8859-1 - Have a folder with UTF-8 encoding - Create a java class containing some double-byte characters, e.g. - any non ASCII will do - Save - Select the java file in the package explorer, and drag-copy (hold Ctrl) it within the same folder - Accept the proposed class name in the ... | 2004-06-10 06:18:48 | 1,086,860,000 | verified fixed | 7393a79 | 1,087,480,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClass.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/changes/CreateFileChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/changes/CreateTextF... | JDT |
3,980 | 67,183 | Bug 67183 RC3 NLS & Mmenonic bugs | null | 2004-06-15 04:40:36 | 1,087,290,000 | verified fixed | 8c024e7 | 1,087,480,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizardPage.java | JDT |
3,981 | 66,794 | Bug 66794 Out of sync filter message [search] | I200406111238 - search for references to Refactoring - limit number of matches to 10 - switch group mode to CU observe: filters matched 21 - switch to flat mode observe: filters matched 84 <== seems already wrong - switch back observe: filters matched 0 <== is definitelly wrong | 2004-06-11 17:04:47 | 1,086,990,000 | verified fixed | 364f693 | 1,087,480,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java | JDT |
3,982 | 66,737 | Bug 66737 Memento problem with org.eclipse.jdt.search.resultpage.grouping [search] | build I20040611-0010 Saw the following entry in my log: !ENTRY org.eclipse.ui 4 4 Jun 11, 2004 13:16:05.683 !MESSAGE Memento problem - invalid integer for key: org.eclipse.jdt.search.resultpage.grouping value: TRUE | 2004-06-11 13:48:00 | 1,086,980,000 | verified fixed | ba93b21 | 1,087,480,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java | JDT |
3,983 | 62,909 | Bug 62909 [performance] quick outline takes forever to show up | null | 2004-05-19 09:53:22 | 1,084,970,000 | verified fixed | 90b8319 | 1,087,470,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java | JDT |
3,984 | 66,880 | Bug 66880 single line comments sometimes lost on copy/paste of methods [ccp] | I've marked this as critical, since I do consider it "losing data", even though it could be argured its still in repository, or user should have known better, or something. My main concern is that someone could work all afternoon, losing comments here and there, and not really noticing until too late to easeily fix. (A... | 2004-06-14 03:31:17 | 1,087,200,000 | verified fixed | 698f66e | 1,087,460,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypedSource.java | JDT |
3,985 | 67,314 | Bug 67314 Refactoring - NPE when extracting interface [refactoring] | build 3.0RC2 1) create X.java public class X { public void foo(int i){} public void foo(int i){} } 2) select the second method 'foo' 3) do Refactor>Extract interface 4) name the interface 'I' and select at least one method 5) do OK an error window appear and an NPE occur java.lang.NullPointerException at org.eclipse.jd... | 2004-06-15 13:43:34 | 1,087,320,000 | verified fixed | 20735f5 | 1,087,460,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ReferenceFinderUtil.java | JDT |
3,986 | 66,436 | Bug 66436 [KeyBindings] errors: Commands should forward to WorkbenchAdvisor exception handling | Build: I20040609 1200 If code that runs as a result of dispatching a command cancels, it is now reported in the UI with an error dialog that says, "The command for the key you pressed failed". Cancelation (signalled by OperationCanceledException) should not be reported to the user as a failure. This seems to have only ... | 2004-06-09 18:17:59 | 1,086,820,000 | verified wontfix | 3a3aac5 | 1,087,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenTypeAction.java | JDT |
3,987 | 66,947 | Bug 66947 'Add to build path' action available on CUs [build path] | RC2 1. Select a CU in the package explorer 2. Invoke 'Add to build path' Error dialog shows up, message printed to log Doesn't seem to make sense to add a CU to the build path... !ENTRY org.eclipse.jdt.ui 4 10001 Jun 14, 2004 16:22:21.355 !MESSAGE Internal Error !STACK 1 Java Model Exception: Java Model Status [Cannot ... | 2004-06-14 10:28:56 | 1,087,220,000 | verified fixed | 1266ea2 | 1,087,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddToClasspathAction.java | JDT |
3,988 | 67,427 | Bug 67427 [quick fix] incorrect caret in "assign to local variable" quick fix | RC2 void m() { new String(); } Place caret after the semicolon. Ctrl+1, choose "assign to local variable". -> computed caret position is before the semicolon with considerably reduces the value of this quick fix. | 2004-06-16 06:11:52 | 1,087,380,000 | verified fixed | 4d87257 | 1,087,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AssignToVariableAssistProposal.java | JDT |
3,989 | 66,664 | Bug 66664 Rebuilding action does not show any worked() | 20040611 I have loaded all of Eclipse into my workspace as source using the PDE import. I went to the Java compiler preference page and changed my settings (set non- externalized strings to an error). A rebuild started and 5 minutes into it I have not had any progress in my progress bar. It is working fine as the subta... | 2004-06-11 09:47:28 | 1,086,960,000 | verified fixed | 7822db6 | 1,087,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java | JDT |
3,990 | 42,639 | Bug 42639 Outline view fails to highlight overriding methods consistently [type hierarchy] [render] | The Outline view no longer consistently highlights a method that overrides one in a base class. I first noticed this problem under 3.0M3. See the attachment for a testcase. Overriding methods "iFunc" and "jFunc" are not marked in the outline view, though they are correctly marked in the Hierarchy display. | 2003-09-05 15:04:43 | 1,062,790,000 | verified fixed | d2fa9f0 | 1,087,390,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java | JDT |
3,991 | 66,641 | Bug 66641 ArrayIndexOutOfBoundsExceptio when generating delegate methods | java version "1.4.2" J9 - VM for the Java(TM) platform (build 2.1) IBM J9SE VM (build 2.1, J2RE 1.4.2 IBM J9 build 20040519 (JIT enabled)) !SESSION Jun 11, 2004 11:24:48.352 --------------------------------------------- eclipse.buildId=I200406110010 java.fullversion=J2RE 1.4.2 IBM J9 build 20040519 (JIT enabled) BootLo... | 2004-06-11 05:31:12 | 1,086,950,000 | verified fixed | a7230ab | 1,086,950,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java | JDT |
3,992 | 66,548 | Bug 66548 UIPerformChangeOperation doesn't completely guard UI access | In UIPerformChangeOperation::executeChange care is taken to execute the change on the UI thread, but "beginCompoundChange" and "endCompundChange" are not called on UI thread. I don't know if this is ever a problem in base Eclipse code, but our particular undoManager access a 'widget' and thus causes SWT thread access e... | 2004-06-10 12:46:40 | 1,086,890,000 | verified fixed | ab842cc | 1,086,950,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/UIPerformChangeOperation.java | JDT |
3,993 | 49,121 | Bug 49121 Link with Editor does not reveal selection if unchanged | build I20031218 - open a CU - in package explorer, toggle Link with Editor on - it shows the selection - scroll the selection out of view - toggle Link with Editor off then back on - the selection is not shown | 2003-12-18 12:43:25 | 1,071,770,000 | resolved fixed | 5af2105 | 1,086,890,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
3,994 | 65,389 | Bug 65389 '#' should be a default auto activation trigger for javadoc content assist | '#' should be a default auto activation trigger for javadoc content assist, since we offer code assist in situations like /** @see Vector#<caret_here> */. IMO, we should make all these characters auto activation triggers: "@#.<". | 2004-06-02 12:59:14 | 1,086,200,000 | verified fixed | d2f239f | 1,086,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java | JDT |
3,995 | 44,393 | Bug 44393 [Viewers] + shown in front of methods even if local types filter is on (different behaviour in outliner, members view and package explorer) | Test pass M4 - load JUnit - add an anonymous type to Assert#Assert - enable local type filter in Outliner observe: there is a plus in front of Assert which goes away when clicking on it. This might be JFace related but I would prefer that the plus is removed when the filter is switched on. - close Outliner - open Outli... | 2003-10-08 04:54:49 | 1,065,600,000 | resolved wontfix | 9e79c9c | 1,086,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java | JDT |
3,996 | 65,762 | Bug 65762 [Viewers] Need to back out of change to AbstractTreeViewer.isExpandable | null | 2004-06-04 13:34:14 | 1,086,370,000 | verified fixed | c2624e4 | 1,086,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.java | JDT |
3,997 | 66,426 | Bug 66426 No tooltip for Junit view when docked as Fastview [JUnit] | Using RC1, the tooltip appears as the empty string for the JUnit launch view. | 2004-06-09 17:40:11 | 1,086,820,000 | verified fixed | ca409a8 | 1,086,880,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java | JDT |
3,998 | 66,418 | Bug 66418 Code formatter not obeying prefs | build i0609-1200 I have my code formatter settings set to put 0 lines before field declarations. I set this up a while ago (months). Template is available from the Core team web page. - When I upgraded to today's build and formatted code, it put spaces between field declarations. - I checked the prefs and it was still ... | 2004-06-09 16:51:29 | 1,086,810,000 | verified fixed | f3f4cc8 | 1,086,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodingStyleConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileStore.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java | JDT |
3,999 | 43,645 | Bug 43645 StructureSelection: should be smarter from empty selection | - int i= 11 * 22 - 33; - set cursor to before 11, Edit > Expand Selection To > Next Element -> expected: selection == "11" (same as when cursor is inside 11) -> was: selection == "i= 11 * 22 - 33" (same as Expand To > Enclosing Element) | 2003-09-25 08:43:06 | 1,064,490,000 | verified fixed | 88d53c8 | 1,086,880,000 | org.eclipse.jdt.ui.tests.refactoring/resources/StructureSelectionAction/A_testZeroLength1.java org.eclipse.jdt.ui.tests.refactoring/resources/StructureSelectionAction/A_testZeroLength2.java org.eclipse.jdt.ui.tests.refactoring/resources/StructureSelectionAction/A_testZeroLength3.java org.eclipse.jdt.ui.tests.refactorin... | JDT |
4,000 | 66,467 | Bug 66467 Externalize Strings at end of file doesn't break lines correctly [refactoring] [nls] | I2004-06-10 I externalized a String such that the new key in the properties file was inserted at the end of file. I ended up with the following: TextSearchLabelProvider.matchCountFormat={0} ({1} matches)LimitElementsAction.label=Limit Root Elements instead of TextSearchLabelProvider.matchCountFormat={0} ({1} matches)<n... | 2004-06-10 04:19:41 | 1,086,860,000 | verified fixed | d8e8082 | 1,086,880,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/nls/NlsRefactoringCreateChangeTest.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/PropertyFileDocumentModel.java | JDT |
4,001 | 66,470 | Bug 66470 Not present exception when deleting under Motif [package explorer] | I20040610 !SESSION Jun 10, 2004 10:58:29.623 --------------------------------------------- eclipse.buildId=I200406092000 java.version=1.4.2_04 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=motif, NL=en_US Command-line arguments: -showlocation -update -keyring /home/tei/.eclipsekeys !ENT... | 2004-06-10 05:05:34 | 1,086,860,000 | verified fixed | c4d773b | 1,086,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java | JDT |
4,002 | 51,026 | Bug 51026 [Junit] sources | Is there a reason why the Junit sources aren't bundled w/ the JUnit plugin anymore? Debugging Junit tests w/out source is cumbersome. | 2004-02-01 11:00:48 | 1,075,650,000 | verified fixed | 9e4c9c5 | 1,086,870,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitHomeInitializer.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizardPage.java | JDT |
4,003 | 66,478 | Bug 66478 Quick Source and Refactoring menu throws NPE when cursor position at end of file | I20040609_2000 - create CU - add empty lines at the end - position cursor on one of the empty lines at the end open sourc menu by pressing Ctrl+Shift+S ==> NPE ava.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<ini... | 2004-06-10 06:11:33 | 1,086,860,000 | verified fixed | 633d84c | 1,086,860,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/JDTQuickMenuAction.java | JDT |
4,004 | 45,438 | Bug 45438 [Dialogs] TwoPaneElementSelector doesn't respect validator | TwoPaneElementSelector doesn't properly update button enablement if setValidator(ISelectionStatusValidator) is used. AbstractElementListSelectionDialog declares: protected void handleSelectionChanged() { validateCurrentSelection(); } TwoPaneElementSelector overrides this with: protected void handleSelectionChanged() { ... | 2003-10-23 09:16:00 | 1,066,910,000 | resolved fixed | 9591955 | 1,086,860,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeExceptionsControl.java | JDT |
4,005 | 66,329 | Bug 66329 Javadoc @link completions include elements excluded by type filter [javadoc] | When performing a content assist (ctrl+space) on a {@link } tag in a javadoc, there are elements available that are excluded in the type filter. Specifically, I have "com.sun.*" in the type filter and when I enter: {@link ByteBu<ctrl+space>} the list includes "com.sun.corba.se.internal.ior.ByteBuffer" which is excluded... | 2004-06-09 11:41:09 | 1,086,800,000 | verified fixed | d3990d9 | 1,086,860,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionEvaluator.java | JDT |
4,006 | 58,952 | Bug 58952 delete project does not update Package Explorer [package explorer] | launch eclipse open java perspective, create a plugin project, enter name as testPlugin select the folder named icons and choose Go Into, so that view only reveals sample.gif. switch to resource perspective and delete the project completely. switch to java perspective and you still see sample.gif. double click on it an... | 2004-04-16 19:22:56 | 1,082,160,000 | verified fixed | 2ae2cce | 1,086,860,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java | JDT |
4,007 | 66,340 | Bug 66340 NPE adding user library to classpath [build path] | I20040609 I created a user library and then attempted to add it to a runtime classpath. !ENTRY org.eclipse.ui 4 4 Jun 09, 2004 10:53:10.624 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Jun 09, 2004 10:53:10.634 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at java.... | 2004-06-09 11:58:42 | 1,086,800,000 | verified fixed | 094fb7e | 1,086,860,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/UserLibraryWizardPage.java | JDT |
4,008 | 53,352 | Bug 53352 Test case wizard generates wrong code | When clicking on a class and then doing new -> junit test case the code generated includes this: public static void main(String[] args) { junit.textui.TestRunner.run(QueryAnalizerTest.suite()); } the suite() methods is not found in generated class. I fix if by changing to junit.textui.TestRunner.run(QueryAnalizerTest.c... | 2004-02-28 16:36:56 | 1,078,000,000 | verified fixed | a9584b6 | 1,086,820,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/MethodStubsSelectionButtonGroup.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestSuiteCreationWizardPage.java | JDT |
4,009 | 61,709 | Bug 61709 NPE in JUnit view plus strange behavior | I200405060200 + plug-in export for I200405110800 I was running two JUnit plug-in tests from two different workbench window (maybe I switched to early from one window to the other). I then saw very odd behavior: the JUnit view switched showing results from both tests (see attached picture which shows that the jdt.ui.tes... | 2004-05-11 07:40:17 | 1,084,280,000 | verified fixed | b61bd19 | 1,086,820,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestHierarchyTab.java | JDT |
4,010 | 45,465 | Bug 45465 [formatting] New Formatter does not respect non javadoc @tags lines | For example, given a javadoc with tags that are not recognized, (i.e., xdoclet tags for instance): /** * @hibernate.set * lazy="true" * table="GUJArticleCategorization" * cascade="save-update" * @hibernate.collection-key * column="articleId" * @hibernate.collection-many-to-many * class="br.com.guj.model.Category" * col... | 2003-10-23 15:11:14 | 1,066,940,000 | resolved fixed | 7e932a1 | 1,086,820,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/JavaDocRegion.java | JDT |
4,011 | 53,984 | Bug 53984 Additional default trace filters [Junit] | junit.framework.TestResult$1 Should be filtered by default; it's the inner class Protectable. @@@@ Also you could consider adding: sun.reflect.NativeMethodAccessorImpl.invoke sun.reflect.DelegatingMethodAccessorImpl.invoke Those might only be useful if you have RTTI-test cases ... those are quite seldom and then you st... | 2004-03-07 03:54:50 | 1,078,650,000 | verified fixed | 92b9228 | 1,086,820,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencePage.java | JDT |
4,012 | 64,880 | Bug 64880 Wrong rendering of unbound User library in package explorer [package explorer] | RC1 - create a user library for JUnit - now edit the .classpath file so that the class path entry points to a non existing library (e.g. <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JUnit2"/>) - save - the package explorer contain two JRE entries. | 2004-06-01 05:36:46 | 1,086,080,000 | verified fixed | a76d95d | 1,086,820,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/ClassPathContainer.java | JDT |
4,013 | 66,353 | Bug 66353 Next/Previous subword actions don't set selection for copying | 200406090800 When I select a text range in a java editor using Ctrl+Shift+Left/Right, the selection is not copied on Ctrl+C. Setting the selection with the mouse is OK. | 2004-06-09 13:06:12 | 1,086,800,000 | verified fixed | 02ddfe0 | 1,086,810,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
4,014 | 66,159 | Bug 66159 [Graphics] Import Export icons in Package Explorer are different then File menu | The export icon has an arrow point towards the icon of the workbench window. The import icon has an arrow pointed away from the application window. It's backwards. Why is export going in and import going out? | 2004-06-08 12:00:35 | 1,086,710,000 | verified fixed | 8a20c48 | 1,086,810,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ImportActionGroup.java | JDT |
4,015 | 65,399 | Bug 65399 changing a "Run a Single Test" configuration into "Run All Tests in..." does not run all tests [JUnit] | First I ran a single test (by selecting the test method and then choosing Run/JUnit Test from its context menu actions). Then I decided to run all tests in the package instead. So inside the Launching Configurations dialog I chose the option Run All Tests in selected project, package or folder and selected the package ... | 2004-06-02 13:38:36 | 1,086,200,000 | verified fixed | c77dc00 | 1,086,810,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitBaseLaunchConfiguration.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMainTab.java | JDT |
4,016 | 49,484 | Bug 49484 "Errorless" Launch Config fails [JUnit] | Create a JUnit Launch configuration. On the Test tab 1) Be Sure "Project" is an empty field. 2) Select "Run all tests in the selected project, package or source folder". 3) Select the Project to search for tests. 4) Click Run The Progress view shows "ERROR: Launch: invalid project specified" If you specify the Project ... | 2004-01-03 11:04:49 | 1,073,150,000 | verified fixed | 30709d7 | 1,086,800,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitBaseLaunchConfiguration.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMainTab.java org.eclipse.jdt.junit/src/org/eclipse/jdt/inter... | JDT |
4,017 | 66,112 | Bug 66112 [refactoring] NPE in generalize type | 3.0 rc1 for (int k=0;;) {} select k and run generalize type: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.checkSelection(ChangeTypeRefactoring.java:355) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.checkInitialConditions(... | 2004-06-08 09:32:46 | 1,086,700,000 | verified fixed | cfc157c | 1,086,800,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java | JDT |
4,018 | 65,246 | Bug 65246 | 3.0RC1 - open CU from CVS - use the Edit->Expand Selection To->... actions -> the following exception is written to the log: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.selectionactions.StructureSele ctionAction.run(StructureSelectionAction.java:76) at org.eclipse.jface.action.Action.runWit... | 2004-06-02 05:39:51 | 1,086,170,000 | verified fixed | 7043d3d | 1,086,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/selectionactions/StructureSelectionAction.java | JDT |
4,019 | 63,898 | Bug 63898 [reconciling] Multiple threads calling IJavaReconcilingListener#reconciled() at the same time | null | 2004-05-25 12:06:08 | 1,085,500,000 | verified fixed | ac9d9a2 | 1,086,790,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaReconciler.java | JDT |
4,020 | 66,282 | Bug 66282 Remove reference to getDefaultSettings and convert UI to Java conventions being the default | null | 2004-06-09 09:09:05 | 1,086,790,000 | verified fixed | 95985d6 | 1,086,790,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodingStyleConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CreateProfileDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java org.eclipse.jdt.ui/ui/or... | JDT |
4,021 | 65,638 | Bug 65638 PackageExplorer creation very slow | in RC1 we were testing the big workspace "dev" scenario. starting the big workspace with a resources, Java and Debug perspective open in their standard configurations. There is also a Java editor open (int he Java perspective) on CoreException.class) On my machine starting up this configuration takes 17500ms (in 2.1.3 ... | 2004-06-03 17:17:50 | 1,086,300,000 | verified fixed | 64f5005 | 1,086,780,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FormatAllAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java | JDT |
4,022 | 66,250 | Bug 66250 RC1- NPE renaming a class with compilation errors [refactoring] | 1- Refactor rename of class with compilation errors from Package explorer context menu 2- in the "Rename compilation unit" popup type new name, unselect "update references", select "Update textual matches...", leave unselected "Update fully qualified...", press "Preview" button 3- get the following error: eclipse.build... | 2004-06-09 03:03:47 | 1,086,760,000 | verified fixed | bbbf219 | 1,086,780,000 | org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/test17/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/test17/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/test6/in/r/A.java org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/test6/o... | JDT |
4,023 | 65,866 | Bug 65866 ASTFlattener generate code with syntax error visiting ArrayCreation | The "public boolean visit(ArrayCreation node)" method of "org.eclipse.jdt.internal.corext.dom.ASTFlattener" appends an "=" between array type and the (optional) initializer. example of code produced: new Class[] = {List.class, ArrayList.class} instead of: new Class[] {List.class, ArrayList.class} To fix the bug simply ... | 2004-06-05 07:45:46 | 1,086,440,000 | verified fixed | 61ec40d | 1,086,780,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java | JDT |
4,024 | 65,682 | Bug 65682 AddImportOnSelectionAction.findAllTypes does not use AllTypesCache | null | 2004-06-04 04:52:57 | 1,086,340,000 | verified fixed | 64bca39 | 1,086,780,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/AddImportOnSelectionAction.java | JDT |
4,025 | 64,261 | Bug 64261 Quick fixes not offered in the same order [quick fix] | Version 3.0.m9. For example, on an uncaught exception, when I click in the editor margin the quick fixes are: Add ... Surround... But in the Problems View, right-click/Quick Fix offers: Surround... Add ... This is confing when you are fixing a whole bunch of these all over the place. I suggest keeping it all in AB orde... | 2004-05-26 19:20:50 | 1,085,610,000 | verified fixed | 053167b | 1,086,780,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposalComparator.java | JDT |
4,026 | 66,092 | Bug 66092 The old search API should be deprecated | We should deprecate the old search API. In package org.eclipse.search.ui. I support this request - CCin Jeem for final blessing IActionGroupFactory IContextMenuContributor IGroupByKeyComputer ISearchResultView ISearchResultViewEntry In class SearchUI: public static boolean activateSearchResultView() public static Image... | 2004-06-08 06:17:39 | 1,086,690,000 | verified fixed | bd9f155 | 1,086,770,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 org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/Exc... | JDT |
4,027 | 66,155 | Bug 66155 generalize type: not externalized string | 3.0 rc1 method ChangeTypeRefactoring.getConstraints contains a non-nls'ed string: "Analyzing..." | 2004-06-08 11:45:10 | 1,086,710,000 | verified fixed | cd56598 | 1,086,770,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java | JDT |
4,028 | 66,244 | Bug 66244 [misc] OverrideIndicator failed to install | Using 200406082000 I opened CompilationUnitEditor but pick any CVS resource. Use Team -> Show annotation, and you will get the following: !MESSAGE Editor could not be initialized. !STACK 0 org.eclipse.jface.util.Assert$AssertionFailedException: null argument; at java.lang.Throwable.<init>(Throwable.java) at org.eclipse... | 2004-06-09 00:36:32 | 1,086,760,000 | verified fixed | 21e83e9 | 1,086,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | JDT |
4,029 | 64,517 | Bug 64517 Change Signature Refactoring: Error lable contains '' [refactoring] | 20040528 - do a 'change method signature' on a method with an argument - clear the name and the type The error says: Enter a type for '' '' shouldn't appear. | 2004-05-28 05:33:33 | 1,085,740,000 | verified fixed | fdbe4f0 | 1,086,770,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java | JDT |
4,030 | 66,147 | Bug 66147 Hover causes Does not exist entry in log | I200406072000 1. Create a non-Java project with a *.java file 2. Open it in the Java editor 3. hover over some words ==> log entry | 2004-06-08 10:47:46 | 1,086,710,000 | verified fixed | cfeb073 | 1,086,710,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractJavaEditorTextHover.java | JDT |
4,031 | 64,372 | Bug 64372 Projects showing up in Package Explorer twice [package explorer] | 20040527-0800 When I load the platform-ui module and org.eclipse.tests from HEAD org.eclipse.tests is showing up twice in the PackageExplorer. This is not a a problem in the Resource Navigator. Open type only shows it once so it doesn't look like there are two instance in the workspace | 2004-05-27 12:00:29 | 1,085,670,000 | verified fixed | d734b0f | 1,086,700,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
4,032 | 23,440 | Bug 23440 save on TextEditor not call validateEdit ? | SaveAs by pressing close button not call validateEdit. Here is how-to : 1. Open a checked-out file by TextEditor 2. Make changes on it. So editor is marked as modified. 3. Check-in a file on Naviator, so the file is checked in. 4. Close editor. 5. Editor askes to see if the file needs to be saved. This dialog is ok. No... | 2002-09-11 19:45:23 | 1,031,790,000 | resolved fixed | a00ef25 | 1,086,700,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | JDT |
4,033 | 66,043 | Bug 66043 Java editor not released when window closed | build I20040607-0800 - new window - open a Java editor - close window - ASTProvider maintains a ref to the editor: GC Roots -> Object EditorPane #013d394d: Reverse Paths | +---org.eclipse.ui.internal.EditorPane (#013d394d) | +---pane of org.eclipse.ui.internal.EditorSite (#0154c573) | +---partSite of org.eclipse.jdt.in... | 2004-06-07 16:48:57 | 1,086,640,000 | verified fixed | 53326ae | 1,086,690,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java | JDT |
4,034 | 65,839 | Bug 65839 [JUnit] update job leaks | There are situations when the JUnit update jobs are not properly stopped. Need to add safety checks to make sure that the update job is stopped. | 2004-06-04 18:59:50 | 1,086,390,000 | verified fixed | 9123178 | 1,086,690,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.