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
6,235
3,348
Bug 3348 DCR: Code formatter enhancement (1GIYHQR)
null
2001-10-10 22:53:38
1,002,770,000
verified fixed
d723bdd
1,004,550,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java
JDT
6,236
4,971
Bug 4971 Strange 'copy package'
203 1. Create a new project xxx 2. Package viewer: Select a package in project A e.g. org.eclipse.jdt.internal.ui in jdt.ui 3. From the context menu choose copy 4. Select xxx as destination 5. As result, xx contains a package 'ui'. Should be 'org.eclipse.jdt.internal.ui'
2001-10-15 04:39:00
1,003,140,000
resolved fixed
424380a
1,004,110,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/core/refactoring/reorg/CopyRefactoring.java
JDT
6,237
5,231
Bug 5231 Add search for field read and write references
The UI should support the following new JDT Core feature: Search for field read and field write references. Two new constants have been added on IJavaSearchConstants to be used when creating a field reference search pattern: - READ_REFERENCES: the search results contain *only* read access to a field. - WRITE_REFERENCES...
2001-10-25 04:59:17
1,004,000,000
resolved fixed
5c5661b
1,004,100,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchOperation.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultCollector....
JDT
6,238
5,161
Bug 5161 More info in Console open on type dialog
When open on type gets multiple hits in the same package you cannot determine which file you are opening. For example, if I have one version of a class in source, and one in a jar, then I have no idea which one I'm opening.
2001-10-22 19:27:11
1,003,790,000
verified fixed
7d5a2b1
1,004,030,000
org.eclipse.jdt.ui/ui debug/org/eclipse/jdt/internal/debug/ui/OpenOnConsoleTypeAction.java
JDT
6,239
5,233
Bug 5233 Internal Error during code assist
Start code assist after item.set (assuming SWT & CTabItem are imported): final CTabItem item= new CTabItem(folder, SWT.NONE); item.set ==> a lot of internal error dialogs are opened. The log is not helpful due to bug in SWT: Log: Thu Oct 25 11:56:08 GMT+02:00 2001 4 org.eclipse.core.runtime 0 Failed to execute runnable...
2001-10-25 06:01:30
1,004,000,000
resolved fixed
b0f6f4a
1,004,020,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTMLTextPresenter.java
JDT
6,240
5,128
Bug 5128 JavaUI.revealInEditor doesn't handle ICompilationUnits properly
When calling JavaUI.revealInEditor with an ICompilationUnit, then the package declaration is revealed. This isn't useful, passing an ICompilationUnit should be treated as a no-op. Otherwise clients need to guard against revealing the package declaration in their code (see OpenResourceAction as an example)
2001-10-20 11:12:12
1,003,590,000
resolved fixed
5d2cbe7
1,004,020,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
JDT
6,241
5,232
Bug 5232 Java Search page not initialized correctly from Navigator
1. Open the Navigator 2. Select a .java file (that's on the classpath) 3. Open the Search dialog (Ctrl+H) 4. Press Search ==> Nothing found. It should give the same result(s) as if the .java file would be selected in the Packages view.
2001-10-25 05:24:41
1,004,000,000
resolved fixed
431fffb
1,004,010,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java
JDT
6,242
4,329
Bug 4329 No results If searched via Package view selection and dialog (1GLDN1X)
The package view initializes the Search dialog with the fully qualified name. This is not found when searching for declarations. Search via context menu in packages view works. ==> (Java) Search should first try to get the Java element and if that fails, display the the element name and not the fully qualified name. NO...
2001-10-10 23:09:53
1,002,770,000
resolved fixed
b975be2
1,003,940,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultCollector.java
JDT
6,243
5,048
Bug 5048 Too many declarations in hierarchy of (jdt)Parser.initialize()
Build 204 In a self-hosting workspace, open type Parser (from JDT), and select its initialize() method in outliner. Request to search declarations in hierarchy, it incorrectly finds over 100 matches, as if it was not taking into account the accurate location of the Parser.
2001-10-17 13:51:58
1,003,340,000
resolved fixed
f57e9cf
1,003,910,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindDeclarationsAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindHierarchyDeclarationsAction.java
JDT
6,244
5,116
Bug 5116 Showing methods in the Type Hierarchy View is redundant
It seems that showing methods in the Type Hierarchy View is reduntant. Couldn't we remove it and make the Type Hierarchy Perspective composed by the upper part of the Type Hierarchy View (showing the types) plus the outliner?
2001-10-19 13:45:18
1,003,510,000
resolved fixed
0fa38ed
1,003,830,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/ToggleOrientationAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/ToggleViewAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
JDT
6,245
5,144
Bug 5144 Error when opening display view
205 1. Put a breakpoint in VectorTest.testCapacity (anywhere) 2. Debug to the breakpoint (IBM JRE) 3. Close the display view. 4. Open the display view again (perspective -> show view) java.lang.NullPointerException Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V java/lang/Null...
2001-10-22 11:41:32
1,003,770,000
verified fixed
d4387e6
1,003,780,000
org.eclipse.jdt.ui/ui debug/org/eclipse/jdt/internal/debug/ui/display/EvaluateAction.java
JDT
6,246
3,666
Bug 3666 CodeCompletion - Hungry code assist (1GDRYW5)
jkca (5/15/2001 11:04:56 AM) jre-sdk 106 Under certain circumstances code assist eats too much code. Consider the enclosed class. As a programmer, I must add a parameter to the baz call in bar to make the program correct. Steps: 1. Change the baz call to baz(x.x.foo()) 2. Place the cursor after the first "x." 3. Ctrl-S...
2001-10-10 22:58:52
1,002,770,000
verified fixed
2846b5d
1,003,760,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java
JDT
6,247
5,120
Bug 5120 Empty popup doc in java editor
1. Go to Java Perspective. 2. Double click on a java file. 3. Move the i-beam over the beginning prefixes of an import statement. For example, the "org" of "import org.eclipse.swt.SWT". An empty hover help box is displayed.
2001-10-19 15:45:51
1,003,520,000
resolved fixed
34be391
1,003,760,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTMLPrinter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaTypeHover.java
JDT
6,248
3,555
Bug 3555 source for binaries - 'defaults' button does not work (1G840M4)
AK (1/25/01 2:43:33 PM) 1. create a java project 2. open the properties page for rt.jar in the project 3. clear the 'Sources JAR file' field 4. press 'Defaults' nothing happens NOTES: EG (2/1/01 10:02:53 AM) wait until we finish the Library presentation issue.
2001-10-10 22:57:03
1,002,770,000
verified fixed
e593dc7
1,003,760,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SourceAttachmentPropertyPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java
JDT
6,249
4,360
Bug 4360 Template - cursor at wrong position
null
2001-10-11 06:26:39
1,002,800,000
resolved wontfix
6498fcf
1,003,740,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/TemplateEditorPopup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/TemplateProposal.java
JDT
6,250
5,097
Bug 5097 Version Info in Package View marks all members of a type as changed
Version Info in Navigator marks all members of a type as changed, even if only one member actually was modified.
2001-10-19 06:31:48
1,003,490,000
resolved fixed
af8bd61
1,003,550,000
org.eclipse.jdt.ui.vcm/vcm/org/eclipse/jdt/ui/vcm/JavaVCMLabelDecorator.java
JDT
6,251
5,052
Bug 5052 Scrolling to the top of page when synching packages view
Eclipse 200011011 0) Turn on the preference "Link packages view selection to the active editor". 1) Perform a java search on something that will have at least one result. 2) Look at the search and pick a class in the list of results. 3) Go to the packages view and make sure that a) the packages view is open, visible an...
2001-10-17 15:32:19
1,003,350,000
resolved fixed
0690660
1,003,520,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
JDT
6,252
4,978
Bug 4978 Completion list not ordered as expected
Type "fo" and press ctrl-space The best matches are the "for" templates but they are at the end of the list
2001-10-15 09:34:26
1,003,150,000
resolved fixed
e607857
1,003,500,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TemplatePreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal...
JDT
6,253
5,093
Bug 5093 Lost exported classpath entries
Build 205 1. Create new java project 2. Open build path properties 3. Check JRE_LIB so it is exported 4. Press OK 5. Open build path properties again Observe: JRE_LIB is not exported (but it is according to the .classpath) If you press OK without paying attention, you will loose the fact that JRE_LIB was exported.
2001-10-19 05:43:03
1,003,480,000
resolved fixed
007faab
1,003,500,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeCache.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaElementInfoPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementSorter.java
JDT
6,254
5,092
Bug 5092 Open type list - no longer works if ever cancelled during indexing
Build 205 Attempting to patch a binary project. I manually expanded its sources in a source folder, and then force a refresh from local. Then immediatly, I tried to open the type I wanted to patch, I got a dialog indicating that indexing was still in progress. I then cancelled my action (open type), and got a "No types...
2001-10-19 05:13:08
1,003,480,000
resolved fixed
0fc6001
1,003,500,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/TypeCache.java
JDT
6,255
5,077
Bug 5077 org.eclipse.jdt.junit does not compile under Java 1.2.2
org.eclipse.jdt.junit.internal.LauncherUtil:29 getPath() is not defined in URL
2001-10-18 10:20:53
1,003,410,000
verified fixed
0d6659c
1,003,500,000
org.eclipse.jdt.junit/Eclipse JUnit/org/eclipse/jdt/junit/internal/LauncherUtil.java
JDT
6,256
5,099
Bug 5099 TypeCache duplicated
TypeCache exists in two packages. Both used!
2001-10-19 08:44:08
1,003,500,000
resolved fixed
144f383
1,003,500,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeCache.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog.java
JDT
6,257
5,095
Bug 5095 template: toarray incorrect
its defintion should be: (${type}[]) ${collection}.toArray(new ${type}[${collection}.size()]); rather than (${type}[]) ${collection}.toArray(new ${type}[${collection}]);
2001-10-19 06:02:24
1,003,490,000
resolved fixed
9a943d1
1,003,490,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/Template.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/TemplateSet.java
JDT
6,258
5,075
Bug 5075 Class cast extception in JavaOutliner
* Using latest code (204++) * Using Junit as a test case * Put a breakpoint in VectorTest#testElementAt(), on the second line of the method * Open a class file editor in the Java Perspective, and make it the active editor (I openned Vector.class) * Debug to the breakpoint * Try to inspect or display "i.intValue == 1" *...
2001-10-18 10:15:17
1,003,410,000
resolved fixed
adb0fef
1,003,420,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java
JDT
6,259
4,972
Bug 4972 move CU creates imports at wrong position
203 1. in package 'a' create a file with wrong package statement: /* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package a.b.c.d.e; public interface IDialogFieldListener { void dialogFieldChanged(DialogField field); } 2. Move the cu to package p (update references) 3. Result has an import statement ...
2001-10-15 04:57:42
1,003,140,000
resolved fixed
1587093
1,003,410,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/core/refactoring/reorg/MoveCuUpdateCreator.java
JDT
6,260
5,035
Bug 5035 NPE in Deleterefactoring
204: In the package viewer: I got jdt.core from the zrh repository (v_0.135), selected all files, delete 4 org.eclipse.ui 0 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.jdt.internal.core.refactoring.reorg.DeleteRefactoring.getPath (DeleteRefactoring.java:170) at org.eclipse.jdt.internal....
2001-10-17 04:45:38
1,003,310,000
resolved fixed
139bfd2
1,003,410,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/core/refactoring/reorg/DeleteRefactoring.java
JDT
6,261
4,977
Bug 4977 Extra spaces in completion for <code></code>
Enter <c and type ctrl-space Select <code></code> Note the extra spaces Same for other <*></*>
2001-10-15 09:32:10
1,003,150,000
resolved fixed
de7172b
1,003,410,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/TemplateContext.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/TemplateProposal.java
JDT
6,262
4,139
Bug 4139 EC DCR: Code templates feature (1GIVMDV)
null
2001-10-10 23:06:42
1,002,770,000
verified fixed
8fd6bb8
1,003,400,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/ArgumentEvaluator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui...
JDT
6,263
5,062
Bug 5062 Walkback in Synchronize clicking on 'Two way compare (ignore ancestor)'
- Load a java project from a repository - Edit several java files in the project, deleting several methods (I am not sure if it is important, but there were methods added as well) - Synchronize - Double-click on the first modified java file so you can see the Structured Compare view - Now click on the 'Two way compare ...
2001-10-17 22:51:13
1,003,370,000
resolved fixed
180e359
1,003,400,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlineErrorTickUpdater.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemItemMapper.java
JDT
6,264
3,512
Bug 3512 Reorg confirmation dialog (1G470GF)
- the title shouldn't be "Save". It should be more specific regarding the current reorg action. - ok should be the default button. NOTES: EG (11/17/00 12:38:48 PM) not critical
2001-10-10 22:56:22
1,002,770,000
verified fixed
ead864c
1,003,390,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/MoveAction.java
JDT
6,265
4,354
Bug 4354 Template - pressing new presents an error
- go to Preferences->Java->Templates - press the new button - you get an error saying that the template name must not be null. This is annoying since I didn't have the change to specify one.
2001-10-11 05:49:03
1,002,790,000
resolved fixed
2a1a288
1,002,900,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TemplatePreferencePage.java
JDT
6,266
4,358
Bug 4358 Template - steals closing bracket
Steps to reproduce - press new - enter name for - enter description for(collection, type, var) - iterate over collection - enter pattern for (Iterator iter= ${0}.iterator; iter.hasNext(); ) { ${1} ${2}= (${1})iter.next(); ${cursor} - press return several times - position cursor after ${cursor} - press enter - press } -...
2001-10-11 06:19:36
1,002,800,000
resolved fixed
4b44b25
1,002,890,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TemplatePreferencePage.java
JDT
6,267
4,916
Bug 4916 Potential IDE freeze on Template Preference Page
Comments from Adam Kiezun: SEVERE: 1. go to template pref page. 2. select the first one 3. edit the name - empty the field and then put a single space whole IDE freezes (infinite loop?)
2001-10-12 07:12:40
1,002,890,000
resolved fixed
d8ca187
1,002,890,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TemplatePreferencePage.java
JDT
6,268
4,385
Bug 4385 QualifiedAllocationExpression.sourceEnd incorrect if type is an AnonymousLocalTypeDeclaration
Consider the following source: Protectable p= new Protectable() { public void protect() throws Exception { setUp(); basicRun(result); tearDown(); } }; SourceEnd of the QualifiedAllocationExpression new Protectable is the e of Protectable and not the closing } of the type declaration
2001-10-11 11:41:42
1,002,810,000
resolved fixed
5f2190e
1,002,820,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/core/refactoring/code/StatementAnalyzer.java
JDT
6,269
4,365
Bug 4365 Deadlock on save
D:\devel\sdk203>.\jre\bin\java -verify -cp startup.jar org.eclipse.core.launcher .UIMain -application org.eclipse.ui.workbench -ws win32 -platform d:\workspaces\ eclipse-sh1\plugins Full thread dump Classic VM (J2RE 1.3.0 IBM build cn130-20010502, native threads ): "org.eclipse.jface.text.reconciler.MonoReconciler" (TI...
2001-10-11 08:28:50
1,002,800,000
resolved fixed
07b70de
1,002,810,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementContentProvider.java
JDT
6,270
3,811
Bug 3811 Setter / Getter generates setter for final fields (1GEUMGT)
- private final String fName; - generate Setter and Getter - you get public void setName(String name) { fName= name; } which produces a compile error. NOTES: EG (6/5/2001 3:41:01 AM) not critical, can be documented. MA (02.08.2001 16:49:08) fixed in 200
2001-10-10 23:01:16
1,002,770,000
verified fixed
2c52566
1,002,810,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/codemanipulation/AddGetterSetterOperation.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/codemanipulation/ImportsStructure.java
JDT
6,271
4,373
Bug 4373 Packages View - double clich doesn't expand two hiearchy levels
- enable: Show CU children in packages view - double click on CU observe: only one level gets expanded - now expand a node by clicking on the + observe: two levels get expanded
2001-10-11 10:06:21
1,002,810,000
resolved fixed
d00ad36
1,002,810,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
JDT
6,272
4,376
Bug 4376 refactoring CCE
1. create a non java project abc 2. create junit 3. rename Assert.java java.lang.reflect.InvocationTargetException: java.lang.ClassCastException: org.eclipse.jdt.internal.core.JavaProject at org.eclipse.jdt.internal.core.refactoring.Checks.excludeCompilationUnits (Checks.java:413) at org.eclipse.jdt.internal.core.refac...
2001-10-11 10:21:47
1,002,810,000
resolved fixed
85dcbd0
1,002,810,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/core/refactoring/Checks.java
JDT
6,273
4,283
Bug 4283 assertion failed on opening rename parameters (1GKYY5N)
ak (10/2/2001 2:27:26 PM) during file editing i selected 'Rename parameters..' from the global 'Refactor' menu 4 org.eclipse.ui 0 null argument; org.eclipse.jface.util.Assert$AssertionFailedException: null argument; at org.eclipse.jface.util.Assert.isNotNull(Assert.java:133) at org.eclipse.jface.util.Assert.isNotNull(A...
2001-10-10 23:09:07
1,002,770,000
resolved fixed
fb1f1e3
1,002,810,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/OpenRefactoringWizardAction.java
JDT
6,274
4,086
Bug 4086 Format problem in single element mode (1GKPJI8)
EG (27.09.2001 12:32:36) from WSAD newsgoup If you select Format (from the popup menu when you right click on .java file) while in "View selected element only" mode (ie - looking at only one method) the auot format adds a large amount of whitespace to the begining of each line. Repeated "Formats" just add more space. Y...
2001-10-10 23:05:49
1,002,770,000
verified fixed
44b869a
1,002,800,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/codemanipulation/AddGetterSetterOperation.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/codemanipulation/StubUtility.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaFormattingStrategy.java
JDT
1
425,999
Bug 425999 [GTK3] Running Snippet294 gives Gdk-CRITICAL with GTK3
The critical error in quesiont is (SWT:24935): Gdk-CRITICAL **: gdk_window_shape_combine_region: assertion 'GDK_IS_WINDOW (window)' failed and the window pointer is null. On GTK3 it looks like gtk_widget_get_window can not retrieve the window if the widget is not realized.
2014-01-17 11:03:53
1,389,970,000
verified fixed
247e8fc
1,389,990,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java
SWT
2
426,009
Bug 426009 StyledText without wordWrap is broken with BidiSegmentListener that inserts line breaks
null
2014-01-17 12:12:19
1,389,980,000
resolved fixed
9cdad39
1,389,980,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3
339,754
Bug 339754 DateTime doesn't mark current date with SWT.CALENDAR style
null
2011-03-11 14:33:52
1,299,870,000
resolved fixed
6c62114
1,389,960,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DateTime.java
SWT
4
425,907
Bug 425907 StyledText with SWT.H_SCROLL shows horizontal scrollbar after setWordWrap(true)
A StyledText with SWT.H_SCROLL shows horizontal scrollbar after setAlwaysShowScrollBars(false) and setWordWrap(true) have been called. If SWT.WRAP is set in the constructor, then checkStyle(..) always removes the H_SCROLL flag and the horizontal scroll bar is never created. When wrapping is disabled dynamically, then w...
2014-01-16 11:33:19
1,389,890,000
resolved fixed
05fe758
1,389,890,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
5
423,012
Bug 423012 Ctrl + Mouse scroll works opposite
I'm testing now version 4.4M3 and found out that scrolling with Ctrl key pressed works improper. When scrollind up it moves window down and opposite when scrilling down moves window up. Is this intended? ;P System Ubuntu 12.10 + GNOME Classic
2013-12-03 02:37:36
1,386,060,000
resolved fixed
a569b2c
1,389,610,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
6
425,516
Bug 425516 Remove tests that don't instantiate the class they are supposed to test
These tests are giving the illusion that there are tests to run, while in reality nothing is tested. The complicated SwtTestCase inheritance of methods even make people believe certain methods are called while they are executed only from parent class.
2014-01-13 02:23:39
1,389,600,000
resolved fixed
3576667
1,389,600,000
tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllTests.java tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllWidgetTests.java tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_AnimatedProgress.java tests/org.eclipse.swt.tests/JUni...
SWT
7
421,255
Bug 421255 [Accessibility] [Regression] - JAWS does not read text from label associated with text field
null
2013-11-07 09:41:41
1,383,840,000
resolved fixed
5b8cefc
1,389,330,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java
SWT
8
425,157
Bug 425157 Do not use nested jars in swt examples.
null
2014-01-09 03:17:09
1,389,260,000
resolved fixed
9920571
1,389,260,000
examples/org.eclipse.swt.examples.controls/src/org/eclipse/swt/examples/controls/ControlPlugin.java
SWT
9
424,840
Bug 424840 142 browser related test failures
http://download.eclipse.org/eclipse/downloads/drops4/N20140102-2000/testresults/html/org.eclipse.swt.tests_linux.gtk.x86_6.0.html
2014-01-03 05:44:05
1,388,750,000
verified fixed
481ef89
1,388,770,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/MozillaDelegate.java
SWT
10
423,951
Bug 423951 NPEs when trying to close EGit Commit dialog
null
2013-12-12 13:58:09
1,386,870,000
verified fixed
fd4ff51
1,386,880,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
11
423,721
Bug 423721 SWT workspace is full of SWT tools errors
1.Pull the latest SWT source code. 2.Enable SWT Tools > report 32/64 bit problems. 3.Rebuild the project. Project is filled with errors: [32/64] Syntax error, annotations are only available if source level is 1.5 or greater The problem is in the SWT tools. There are more than 900 errors now in the workspace and its eas...
2013-12-10 11:09:08
1,386,690,000
verified fixed
157cd36
1,386,760,000
bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/ASTClass.java bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/ReflectClass.java bundles/org.eclipse.swt.tools/src/org/eclipse/swt/tools/builders/Check64CompilationParticipant.java
SWT
12
416,799
Bug 416799 GC.drawImage does not shift correctly when scaled in GTK
null
2013-09-08 10:21:06
1,378,650,000
resolved fixed
b018239
1,386,520,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
SWT
13
358,407
Bug 358407 Clarify Javadoc for DND#DROP_MOVE
null
2011-09-21 08:39:05
1,316,610,000
resolved fixed
1e6a842
1,386,270,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DND.java
SWT
14
422,090
Bug 422090 Adding/Removing SWT.MeasureEvent listener will show tree without horizontal scrollbar
Issue: ------ Adding and then removing listener for SWT.MeasureEvent type from tree results in horizontal scrollbar getting removed. Because of adding/removing of listener as mentioned above, it is not able to trigger sendMeasureItemEvent() from the Tree widget code as the hook check for the event returns false. Below ...
2013-11-19 15:45:05
1,384,890,000
verified fixed
b7715ad
1,386,230,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java
SWT
15
421,045
Bug 421045 NPE in StyledText.getVisualLineIndex
null
2013-11-05 02:51:08
1,383,640,000
verified fixed
46fe45c
1,385,030,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
16
422,042
Bug 422042 Get rid of junitGen.
This generator hasn't been touched in 8 years nor used as far as I can say. The produced tests look weird nowadays and there are way better solutions like moreUnit with complete integration into JDT. I propose to remove it as first step to clean the tests.
2013-11-19 05:21:47
1,384,860,000
resolved fixed
69129a9
1,384,940,000
tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/junitGen.java
SWT
17
405,453
Bug 405453 Accelerators stop working when menu items have been disabled/reenabled
null
2013-04-11 06:46:39
1,365,680,000
verified fixed
2d5ae3a
1,384,760,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java
SWT
18
377,113
Bug 377113 CTabFolder: View tab folder 'leaks' in Classic theme (has unclosed outer border)
null
2012-04-18 13:13:21
1,334,770,000
verified fixed
ef0e9ff
1,383,760,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolderRenderer.java
SWT
19
420,182
Bug 420182 [GTK3] Use GTK 3.x (when available) by default on Linux/Unix instead of GTK 2.x
null
2013-10-23 10:16:58
1,382,540,000
resolved fixed
2d8f819
1,382,730,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
SWT
20
404,543
Bug 404543 [Win 8] Internal WebBrowser fails to detect IEVersion 10 and incorrectly operates in IE9 compatibility mode only
I have a web page compatible with IE10 but not IE9. In the external browser it is displaying ok, in the internal Eclipse browser the rendering fails. I found that the cause of this is, that IE9 compatibility mode is enabled in the Eclipse internal browser. The reason for this is that SWT fails to detect IE10 correctly....
2013-03-28 07:11:21
1,364,470,000
resolved fixed
9d0937b
1,382,640,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
SWT
21
420,052
Bug 420052 Make gtk_widget_get[_modifier]_style dynamic.
The functions are deprecated and not used in GTK3 port at all thus marking them as dynamic prevents useless compiler warnings when compiling the native parts.
2013-10-22 05:19:22
1,382,430,000
resolved fixed
6c629e4
1,382,430,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
SWT
22
409,353
Bug 409353 JavadocBasher should only change comments
When running the JavadocBasher for 4.3, it somehow generated the following bizarre change in the cocoa version of GCData.java: - /** - * @noreference This field is not intended to be referenced by clients. - */ - public double /*float*/ [] foreground, background; + + public double[] /*float*/ [] foreground; + + public ...
2013-05-29 00:58:47
1,369,800,000
resolved fixed
8a0708e
1,382,020,000
bundles/org.eclipse.swt.tools/JavadocBasher/org/eclipse/swt/tools/internal/JavadocBasher.java
SWT
23
414,371
Bug 414371 Double click on current stack element in stack trace does not focus editor
Version: 4.3.0 Build id: I20130605-2000 This is a regression from 3.x. If you stop at a breakpoint, the editor corresponding to the breakpoint is correctly made active and the cursor positioned at the breaking line as expected. However, if you then switch to another editor, and then double click on the stack trace line...
2013-08-03 23:04:03
1,375,590,000
verified fixed
70a2f2c
1,381,480,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
SWT
24
410,904
Bug 410904 Use System editor for png by default
Currently Eclipse uses the text editor as default for opening .png file. I don't see a use case for this. Can we change it to use the System editor as default?
2013-06-17 06:08:47
1,371,460,000
resolved fixed
68e82ef
1,381,410,000
bundles/org.eclipse.swt/Eclipse SWT Program/gtk/org/eclipse/swt/program/Program.java
SWT
25
336,054
Bug 336054 Combo eats text on Enter
I20110201-0800, same on WinXP and Win 7 - Control Example > Combo - click the Combo's dropdown arrow - type ABC - press Enter key => the text I just entered is eaten (text field is cleared) => expected: text stays, but drop-down is closed This only seems to happen if at the time the drop-down is opened, the text field ...
2011-02-02 06:21:44
1,296,650,000
resolved fixed
3d7660d
1,381,260,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
26
414,134
Bug 414134 [DND] Mac Cocoa: Setting Control's cursor other than SWT.CURSOR_ARROW causes drag operation to show incorrect icon
null
2013-07-31 09:27:34
1,375,280,000
resolved fixed
e1ed2e3
1,378,100,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DropTarget.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSCursor.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/...
SWT
27
412,584
Bug 412584 Resource leak in swt Text control
Creating an editable Text field, setting it afterwards to not editable (setEditable(false)) and then disposing the Text field results in a resource leak. This behaviour can easily be recognised also in the source code of the Text widget. If at creation the Text field is editable, the call to imContext() in the register...
2013-07-09 08:40:06
1,373,370,000
resolved fixed
afc0fa6
1,377,700,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java
SWT
28
409,029
Bug 409029 CTabFolder context menu opens in the wrong place when invoked by the keyboard
null
2013-05-24 15:10:12
1,369,420,000
resolved fixed
d204b30
1,377,630,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
29
411,452
Bug 411452 Search dialogue isn't "reusable" when using export SWT_GTK3=1
null
2013-06-23 20:13:55
1,372,030,000
resolved fixed
b271137
1,377,000,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
30
414,455
Bug 414455 [Viewers] .refresh() method of org.eclipse.jface.viewers.TableViewer will show the selected item in Linux(Ubuntu)
null
2013-08-06 02:37:16
1,375,770,000
resolved fixed
15fa06c
1,376,660,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
SWT
31
414,957
Bug 414957 wrong values from ScrollBar#getThumbBounds (was: [navigation] Mark Occurrences scrollbar position doesn't match)
In Kepler the position of the mark occurrences marker right of the scrollbar doesn't match the scrollbar position. It is half a cm off (on full HD). The same applies to mark errors and that like. This worked much better in pre-Kepler releases. Use a large source file to test it, click on an identifier and see the marke...
2013-08-13 08:00:21
1,376,400,000
resolved fixed
dc90724
1,376,660,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java
SWT
32
408,505
Bug 408505 [GTK 3.8] In ControlExample when switching Tabs CoolBar is not visible
null
2013-05-20 12:54:01
1,369,070,000
verified fixed
c7907f9
1,374,560,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
33
413,455
Bug 413455 [GTK2 clean-up] Remove unused GTK_SCROLLED_WINDOW_VSCROLLBAR and GTK_SCROLLED_WINDOW_HSCROLLBAR
Remove unused GTK_SCROLLED_WINDOW_VSCROLLBAR and GTK_SCROLLED_WINDOW_HSCROLLBAR
2013-07-22 10:33:52
1,374,500,000
resolved fixed
736f350
1,374,520,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
SWT
34
413,457
Bug 413457 [GTK2 clean-up] FileDialog widget uses unused 2.10 and 2.8 version guards
FileDialog widget uses unused 2.10 and 2.8 version guards
2013-07-22 10:50:21
1,374,500,000
resolved fixed
cf7344c
1,374,510,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FileDialog.java
SWT
35
413,338
Bug 413338 [GTK2 clean-up] Button widget uses unused 2.10 version guard
Button widget uses unused 2.10 version guard
2013-07-19 10:54:27
1,374,250,000
resolved fixed
10c11bd
1,374,480,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Button.java
SWT
36
413,337
Bug 413337 [GTK2 clean-up] ColorDialog widget uses unused 2.10 version guard
ColorDialog widget uses unused 2.10 version guard
2013-07-19 10:49:31
1,374,250,000
resolved fixed
ef7e4c7
1,374,480,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ColorDialog.java
SWT
37
413,335
Bug 413335 [GTK2 clean-up] Control widget uses unused 2.8 guarded code
Control widget uses unused 2.8 guarded code
2013-07-19 10:44:33
1,374,250,000
resolved fixed
6638802
1,374,480,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
38
413,334
Bug 413334 [GTK2 clean-up] DirectoryDialog widget uses unused 2.10 version guard
DirectoryDialog widget uses unused 2.10 version guard
2013-07-19 10:33:41
1,374,240,000
resolved fixed
ad1bc0e
1,374,480,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java
SWT
39
413,333
Bug 413333 [GTK2 clean-up] Slider widget uses unused 2.10 version guard
Slider widget uses unused 2.10 version guard
2013-07-19 10:27:17
1,374,240,000
resolved fixed
471ee59
1,374,480,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Slider.java
SWT
40
413,331
Bug 413331 [GTK2 clean-up] Display widget uses unused 2.10 version guard
Display widget uses unused 2.10 version guard
2013-07-19 10:17:15
1,374,240,000
resolved fixed
b7e8023
1,374,480,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java
SWT
41
413,328
Bug 413328 [GTK2 clean-up] ExpandBar widget uses unused 2.10 code and version guard
ExpandBar widget uses unused 2.10 code and version guard
2013-07-19 10:08:05
1,374,240,000
resolved fixed
03bf77d
1,374,480,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ExpandBar.java
SWT
42
413,325
Bug 413325 [GTK2 clean-up] FontDialog widget uses unused 2.10 version guard
FontDialog widget uses unused 2.10 version guard
2013-07-19 10:00:36
1,374,240,000
resolved fixed
b1b4091
1,374,480,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FontDialog.java
SWT
43
413,316
Bug 413316 [GTK2 clean-up] Remove code less than 2.6 and unused guard from Shell widget
Remove code less than 2.6 and unused guard from Shell widget
2013-07-19 09:53:55
1,374,240,000
resolved fixed
7460be0
1,374,480,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
44
412,880
Bug 412880 GTK 2 clean-up (drop of implementations less than 2.10)
This bug is to post patches for dropping implementation of less than GTK 2.10
2013-07-12 14:35:30
1,373,650,000
resolved fixed
84ada67
1,374,140,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolTip.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java
SWT
45
413,195
Bug 413195 [GTK2 clean-up] Label widget uses unused 2.10 version guard
Label widget uses unused OS.VERSION 2.10 guard
2013-07-17 15:10:12
1,374,090,000
resolved fixed
f44fbcf
1,374,140,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java
SWT
46
413,197
Bug 413197 [GTK2 clean-up] Menu widget uses unused 2.10 and 2.8 version guards
Menu widget uses unused 2.10 and 2.8 version guards
2013-07-17 15:17:09
1,374,090,000
resolved fixed
89226ef
1,374,140,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Menu.java
SWT
47
413,199
Bug 413199 [GTK2 clean-up] MessageBox widget uses unused 2.10 version guard
MessageBox widget uses unused 2.10 version guard
2013-07-17 15:26:26
1,374,090,000
resolved fixed
b0e12cd
1,374,140,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MessageBox.java
SWT
48
413,200
Bug 413200 [GTK2 clean-up] Remove code less than 2.8 from Scrollable widget
Remove code less than 2.8 from Scrollable widget
2013-07-17 15:34:33
1,374,090,000
resolved fixed
599e467
1,374,140,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scrollable.java
SWT
49
412,885
Bug 412885 [GTK2 clean-up] drop 2.8 code in Combo
null
2013-07-12 14:57:52
1,373,660,000
resolved fixed
22b8405
1,373,910,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
50
412,706
Bug 412706 Widget is disposed using Browser in Section
null
2013-07-10 15:20:38
1,373,480,000
resolved fixed
200e623
1,373,560,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java bu...
SWT
51
411,203
Bug 411203 [Retina] screen capture via cmd shift control 4 is not working as expected
null
2013-06-20 02:20:45
1,371,710,000
resolved fixed
80afedd
1,373,460,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/ImageTransfer.java
SWT
52
410,683
Bug 410683 Chinese words is lost when typing in the StyledText control with Pinyin Simplified input source
null
2013-06-13 02:28:03
1,371,100,000
resolved fixed
a49b153
1,372,350,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
SWT
53
409,603
Bug 409603 SWTApplication.setHelpMenu() is not defined on OS X 10.5
- when self-hosting on OS X 10.5 the following is written to stderr, because NSApplication.setHelpMenu() is defined only as of OS X 10.6. java[214:80f] *** -[SWTApplication setHelpMenu:]: unrecognized selector sent to instance 0x11dac0
2013-05-31 11:15:38
1,370,010,000
resolved fixed
8c4c9f9
1,372,180,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
54
409,239
Bug 409239 Typo in win32 Menu
I believe the following two code fragments in win32/org/eclipse/swt/widgets/Menu.java: void updateBackground () { if (hBrush == 0) OS.DeleteObject (hBrush); hBrush = 0; ... void releaseWidget () { super.releaseWidget (); backgroundImage = null; if (hBrush == 0) OS.DeleteObject (hBrush); hBrush = 0; ... should be checki...
2013-05-28 03:26:17
1,369,730,000
resolved fixed
082681b
1,372,170,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java
SWT
55
411,006
Bug 411006 Typo in Menu.getBounds()
The bounds of a Menu return wrong y value due to a typo in the assignment. bundle org.eclipse.swt.gtk.linux.x86_64_3.102.0.20130530-1603.jar class: org.eclipse.swt.widgets.Menu method: getBounds() int y = origin_x [0] + allocation.y; should certainly: int y = origin_y [0] + allocation.y; Best Regards
2013-06-18 07:11:57
1,371,550,000
resolved fixed
84e83aa
1,372,170,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Menu.java
SWT
56
411,058
Bug 411058 finish trimming XPCOM interfaces down to the functions that are used
null
2013-06-18 14:43:58
1,371,580,000
resolved fixed
61ef4aa
1,372,170,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Download.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Download_1_8.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common...
SWT
57
394,803
Bug 394803 [CTabFolder] Javadocs missing for API CTabFolderRenderer.PART_*
null
2012-11-21 10:58:10
1,353,510,000
resolved fixed
b05ed3b
1,370,450,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolderRenderer.java
SWT
58
407,270
Bug 407270 Miss NPE check in org.eclipse.swt.accessibility.Accessible
miss NPE check in all of the remove*Listener method of org.eclipse.swt.accessibility.Accessible. for instance, take a look on the "removeAccessibleControlListener" method,note that there is no NPE check before accessibleControlListeners.isEmpty(), the accessibleControlListeners properly will be null and therefore, Null...
2013-05-06 05:45:11
1,367,830,000
verified fixed
4bb2ca6
1,369,930,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/Accessible.java bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java
SWT
59
408,957
Bug 408957 Improve API doc for Text.getTextChars() and setTextChars()
null
2013-05-24 07:08:19
1,369,390,000
resolved fixed
5db676d
1,369,830,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
SWT
60
408,298
Bug 408298 Clear text in Text.getTextChars()
Currently, all our login dialogs have Text widget in it for password field. Per Java security best practices, passwords should always be stored as char[] rather than String, so we use getTextChars() API to get password as char array and then zero it out for safety: char[] password = pwText.getTextChars(); //..login wit...
2013-05-17 00:09:36
1,368,760,000
resolved fixed
a1e0ef9
1,369,230,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
SWT