Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 2 new columns ({'self_idx', 'true_duplicate_id'})

This happened while the csv dataset builder was generating data using

hf://datasets/HariishHafiiz/stage1-retrieval-eclipse/stage1_train_queries.csv (at revision 10b663549ff44710139c790063e4e07c988074cc), [/tmp/hf-datasets-cache/medium/datasets/18133070999317-config-parquet-and-info-HariishHafiiz-stage1-retr-2c5b4242/hub/datasets--HariishHafiiz--stage1-retrieval-eclipse/snapshots/10b663549ff44710139c790063e4e07c988074cc/stage1_train_corpus.csv (origin=hf://datasets/HariishHafiiz/stage1-retrieval-eclipse@10b663549ff44710139c790063e4e07c988074cc/stage1_train_corpus.csv), /tmp/hf-datasets-cache/medium/datasets/18133070999317-config-parquet-and-info-HariishHafiiz-stage1-retr-2c5b4242/hub/datasets--HariishHafiiz--stage1-retrieval-eclipse/snapshots/10b663549ff44710139c790063e4e07c988074cc/stage1_train_queries.csv (origin=hf://datasets/HariishHafiiz/stage1-retrieval-eclipse@10b663549ff44710139c790063e4e07c988074cc/stage1_train_queries.csv), /tmp/hf-datasets-cache/medium/datasets/18133070999317-config-parquet-and-info-HariishHafiiz-stage1-retr-2c5b4242/hub/datasets--HariishHafiiz--stage1-retrieval-eclipse/snapshots/10b663549ff44710139c790063e4e07c988074cc/stage2_train_pairs_K50.csv (origin=hf://datasets/HariishHafiiz/stage1-retrieval-eclipse@10b663549ff44710139c790063e4e07c988074cc/stage2_train_pairs_K50.csv)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              bug_id: int64
              title_clean: string
              desc_clean: string
              component: string
              priority: string
              status: string
              resolution: string
              version: string
              created_time: string
              true_duplicate_id: int64
              self_idx: int64
              text_raw: string
              text_ir: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1791
              to
              {'bug_id': Value('int64'), 'title_clean': Value('string'), 'desc_clean': Value('string'), 'component': Value('string'), 'priority': Value('string'), 'status': Value('string'), 'resolution': Value('string'), 'version': Value('string'), 'created_time': Value('string'), 'text_raw': Value('string'), 'text_ir': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1348, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 2 new columns ({'self_idx', 'true_duplicate_id'})
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/HariishHafiiz/stage1-retrieval-eclipse/stage1_train_queries.csv (at revision 10b663549ff44710139c790063e4e07c988074cc), [/tmp/hf-datasets-cache/medium/datasets/18133070999317-config-parquet-and-info-HariishHafiiz-stage1-retr-2c5b4242/hub/datasets--HariishHafiiz--stage1-retrieval-eclipse/snapshots/10b663549ff44710139c790063e4e07c988074cc/stage1_train_corpus.csv (origin=hf://datasets/HariishHafiiz/stage1-retrieval-eclipse@10b663549ff44710139c790063e4e07c988074cc/stage1_train_corpus.csv), /tmp/hf-datasets-cache/medium/datasets/18133070999317-config-parquet-and-info-HariishHafiiz-stage1-retr-2c5b4242/hub/datasets--HariishHafiiz--stage1-retrieval-eclipse/snapshots/10b663549ff44710139c790063e4e07c988074cc/stage1_train_queries.csv (origin=hf://datasets/HariishHafiiz/stage1-retrieval-eclipse@10b663549ff44710139c790063e4e07c988074cc/stage1_train_queries.csv), /tmp/hf-datasets-cache/medium/datasets/18133070999317-config-parquet-and-info-HariishHafiiz-stage1-retr-2c5b4242/hub/datasets--HariishHafiiz--stage1-retrieval-eclipse/snapshots/10b663549ff44710139c790063e4e07c988074cc/stage2_train_pairs_K50.csv (origin=hf://datasets/HariishHafiiz/stage1-retrieval-eclipse@10b663549ff44710139c790063e4e07c988074cc/stage2_train_pairs_K50.csv)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

bug_id
int64
title_clean
string
desc_clean
string
component
string
priority
string
status
string
resolution
string
version
string
created_time
string
text_raw
string
text_ir
string
2,347
ui viewseditors appear active when inactive getkg
if you switch to a process outside of eclipse the native active title bar becomes inactive and turns grey. the eclipse views and editors however remain coloured which may appear confusing. to repeat select a view or editor in eclipse note the title bar colourize. switch to another app and restore down so that you c...
UI
P3
RESOLVED
DUPLICATE
2.0
2001-10-10 22:34:00 -0400
ui viewseditors appear active when inactive getkg if you switch to a process outside of eclipse the native active title bar becomes inactive and turns grey. the eclipse views and editors however remain coloured which may appear confusing. to repeat select a view or editor in eclipse note the title bar colourize. sw...
ui viewseditors appear active inactive getkg ui viewseditors appear active inactive getkg ui viewseditors appear active inactive getkg switch process outside eclipse native active title bar becomes inactive turns grey eclipse views editors remain coloured appear confusing repeat select view editor eclipse title bar col...
19,149
cvs ui creating a patch after creating a new folder does not work properly
create a new project get it synced with a cvs repo. create a new folder containing a file in the project root but dont add either of them to cvs. ceate a patch for the project unified output format and save it to either the clipbard or the filesystem. now delete the new folder and apply the patch. it creates only the ...
Team
P3
RESOLVED
DUPLICATE
2.0
2002-06-04 13:58:00 -0400
cvs ui creating a patch after creating a new folder does not work properly create a new project get it synced with a cvs repo. create a new folder containing a file in the project root but dont add either of them to cvs. ceate a patch for the project unified output format and save it to either the clipbard or the file...
cvs ui creating patch creating new folder not work properly cvs ui creating patch creating new folder not work properly cvs ui creating patch creating new folder not work properly create new project synced cvs repo create new folder containing file project root add either cvs ceate patch project unified output format s...
97,110
changing the properties of a cvs location blocks the ide
i tried to change the properties of a cvs location. after pressing the ok or apply button a modal dialog progress information appears with buttons details and cancel disabled. behind this dialog another dialog appears which asks me to confirm project sharing changes and blocks the progress. the second dialog cannot...
CVS
P3
RESOLVED
DUPLICATE
3.0.2
2005-05-28 08:18:00 -0400
changing the properties of a cvs location blocks the ide i tried to change the properties of a cvs location. after pressing the ok or apply button a modal dialog progress information appears with buttons details and cancel disabled. behind this dialog another dialog appears which asks me to confirm project sharing c...
changing properties cvs location blocks ide changing properties cvs location blocks ide changing properties cvs location blocks ide tried change properties cvs location pressing ok apply button modal dialog progress information appears buttons details cancel disabled behind dialog dialog appears asks confirm project sh...
44,294
tasks problem view slows down java editor
in a workspace with lots of errors and warnings configure probelems view to show only problems on selected resource make a selection in a java editor keep left mouse button pressed and enlarge the selection note that this is very slow the selection is not adapted smothly the reason is that the problem viewer lis...
UI
P2
VERIFIED
DUPLICATE
3.0
2003-10-07 09:15:00 -0400
tasks problem view slows down java editor in a workspace with lots of errors and warnings configure probelems view to show only problems on selected resource make a selection in a java editor keep left mouse button pressed and enlarge the selection note that this is very slow the selection is not adapted smothly ...
tasks problem view slows java editor tasks problem view slows java editor tasks problem view slows java editor workspace lots errors warnings configure probelems view show problems selected resource make selection java editor keep left mouse button pressed enlarge selection slow selection not adapted smothly reason pro...
91,403
intro keybindings intro action missing command
actionfactory.intro should have a corresponding command and have the commandd assigned asts action definitiond.
UI
P3
RESOLVED
DUPLICATE
3.1
2005-04-14 09:41:00 -0400
intro keybindings intro action missing command actionfactory.intro should have a corresponding command and have the commandd assigned asts action definitiond.
intro keybindings intro action missing command intro keybindings intro action missing command intro keybindings intro action missing command actionfactory intro corresponding command commandd assigned asts action definitiond
28,759
the dirty sign is not reset properly
the dirty indicator is not removed when i do a synchronise with repository and then commit the code
Team
P1
RESOLVED
DUPLICATE
2.1
2002-12-20 12:23:00 -0500
the dirty sign is not reset properly the dirty indicator is not removed when i do a synchronise with repository and then commit the code
dirty sign not reset properly dirty sign not reset properly dirty sign not reset properly dirty indicator not removed synchronise repository commit code
36,856
keybindings provide dynamic keys reference as part of documentation of accessibility features.
keyboard users need a quick reference for the shortcut keys they have defined. there should be an option on the help menu called keys that will query the active configuration and generate an html table of all assigned shortcut keys. maybe it fshould be several tables one for each section of the keys assignment func...
UI
P3
RESOLVED
DUPLICATE
2.1
2003-04-24 13:22:00 -0400
keybindings provide dynamic keys reference as part of documentation of accessibility features. keyboard users need a quick reference for the shortcut keys they have defined. there should be an option on the help menu called keys that will query the active configuration and generate an html table of all assigned short...
keybindings provide dynamic keys reference part documentation accessibility features keybindings provide dynamic keys reference part documentation accessibility features keybindings provide dynamic keys reference part documentation accessibility features keyboard users need quick reference shortcut keys defined option ...
64,239
crash when trying to change method signature in .m
open up java file. find method with signature public object fields put cursor on object hit altctrlc get the jvm exited exit code dialog. nothing shows up in workspace.metadata.log. this is repeatable. id include the output from helpaboutconfiguration details but that causes a jvm crash too... im running ...
UI
P3
RESOLVED
DUPLICATE
3.0
2004-05-26 18:13:00 -0400
crash when trying to change method signature in .m open up java file. find method with signature public object fields put cursor on object hit altctrlc get the jvm exited exit code dialog. nothing shows up in workspace.metadata.log. this is repeatable. id include the output from helpaboutconfiguration deta...
crash trying change method signature crash trying change method signature crash trying change method signature open java file find method signature public object fields put cursor object hit altctrlc jvm exited exit code dialog nothing shows workspace metadata log repeatable include output helpaboutconfiguration detail...
55,837
viewmgmt can not programmatically move a view in a perspective
on eclipse rcp you must create a perspective with views and positions of theses views. but there is no api to move programmatically a view in the perspective at another place. in the perspective we have ifolderlayout bottomright layout.createfolderbridipagelayout.left .f layout.geteditorarea bottomright.addviewrc...
UI
P3
RESOLVED
DUPLICATE
3.0
2004-03-24 03:21:00 -0500
viewmgmt can not programmatically move a view in a perspective on eclipse rcp you must create a perspective with views and positions of theses views. but there is no api to move programmatically a view in the perspective at another place. in the perspective we have ifolderlayout bottomright layout.createfolderbri...
viewmgmt can not programmatically move view perspective viewmgmt can not programmatically move view perspective viewmgmt can not programmatically move view perspective eclipse rcp must create perspective views positions theses views no api move programmatically view perspective place perspective ifolderlayout bottomrig...
79,508
keybindingings cant assign keyboad shortcut to external tools
currently in . platform there is no way to assign keyboard shortcuts to external tools. ive configured a handful of tools that i would like to access directly using a keyboard shortcut without navigating the menu via mouse.
UI
P3
RESOLVED
DUPLICATE
3.1
2004-11-25 12:36:00 -0500
keybindingings cant assign keyboad shortcut to external tools currently in . platform there is no way to assign keyboard shortcuts to external tools. ive configured a handful of tools that i would like to access directly using a keyboard shortcut without navigating the menu via mouse.
keybindingings assign keyboad shortcut external tools keybindingings assign keyboad shortcut external tools keybindingings assign keyboad shortcut external tools currently platform no assign keyboard shortcuts external tools configured handful tools access directly keyboard shortcut without navigating menu mouse
36,864
share project not enabled with multiple projects selected.
creat new projects. select both projects right click. note teamshare project is disabled
Team
P3
RESOLVED
DUPLICATE
2.1
2003-04-24 15:00:00 -0400
share project not enabled with multiple projects selected. creat new projects. select both projects right click. note teamshare project is disabled
share project not enabled multiple projects selected share project not enabled multiple projects selected share project not enabled multiple projects selected creat new projects select projects right click teamshare project disabled
32,265
m label text appear in wrong order in wizard page
the following code works as expected in .. and i believe up to m though i wouldnt swear to it. in m however the text widget appears to the left of the label. public void createcontrolcomposite parent composite outer new compositeparentswt.none gridlayout layout new gridlayout false layout.marginheight...
UI
P3
RESOLVED
DUPLICATE
2.1
2003-02-19 13:03:00 -0500
m label text appear in wrong order in wizard page the following code works as expected in .. and i believe up to m though i wouldnt swear to it. in m however the text widget appears to the left of the label. public void createcontrolcomposite parent composite outer new compositeparentswt.none gridlayout l...
label text appear wrong order wizard page label text appear wrong order wizard page label text appear wrong order wizard page following code works expected believe though swear text widget appears left label public void createcontrolcomposite parent composite outer new compositeparentswt none gridlayout layout new grid...
97,897
help test i. active help does not work
.rc performing test scenario i. does not open any message dialog.
User Assistance
P3
RESOLVED
DUPLICATE
3.1
2005-06-01 11:51:00 -0400
help test i. active help does not work .rc performing test scenario i. does not open any message dialog.
help test active help not work help test active help not work help test active help not work rc performing test scenario not open message dialog
50,477
background jobs progress bubble goes across screen boundary
the pale yellow roundrect goes below the edges of screen eclipse window is not maximuzed but status bar already at the bottom edge
UI
P3
RESOLVED
DUPLICATE
3.0
2004-01-23 11:31:00 -0500
background jobs progress bubble goes across screen boundary the pale yellow roundrect goes below the edges of screen eclipse window is not maximuzed but status bar already at the bottom edge
background jobs progress bubble goes across screen boundary background jobs progress bubble goes across screen boundary background jobs progress bubble goes across screen boundary pale yellow roundrect goes edges screen eclipse window not maximuzed status bar bottom edge
27,424
swt examples swt.ontop results in no window decorations for instantiated shell window
overview description in the swt controls view of the swt examples softwareunder the shell tab creating a shell with the combination swt.ontopany other window decoration results in a shell window with no window decorations at all also creating a shell with the combination swt.applicationmodal swt.ontopwould result ...
SWT
P3
RESOLVED
DUPLICATE
2.0.2
2002-11-29 14:07:00 -0500
swt examples swt.ontop results in no window decorations for instantiated shell window overview description in the swt controls view of the swt examples softwareunder the shell tab creating a shell with the combination swt.ontopany other window decoration results in a shell window with no window decorations at all a...
swt examples swt ontop results no window decorations instantiated window swt examples swt ontop results no window decorations instantiated window swt examples swt ontop results no window decorations instantiated window overview description swt controls view swt examples softwareunder tab creating combination swt ontopa...
92,008
decorators illegalargumentexception from decorationscheduler
got thisn my log upon startup. error . problems occurred whennvoking code from plugn org.eclipse.ui.workbench. java.lang.illegalargumentexception attempted to beginrule r does not match outer scope rule org.eclipse.ui.internal.decorators.decorationschedulercb at org.eclipse.core.internal.runtime.assert.islegalasse...
UI
P3
RESOLVED
DUPLICATE
3.1
2005-04-19 18:20:00 -0400
decorators illegalargumentexception from decorationscheduler got thisn my log upon startup. error . problems occurred whennvoking code from plugn org.eclipse.ui.workbench. java.lang.illegalargumentexception attempted to beginrule r does not match outer scope rule org.eclipse.ui.internal.decorators.decorationschedu...
decorators illegalargumentexception decorationscheduler decorators illegalargumentexception decorationscheduler decorators illegalargumentexception decorationscheduler thisn log startup error problems occurred whennvoking code plugn org eclipse ui workbench java lang illegalargumentexception attempted beginrule not mat...
100,026
gif file displayed poorly in . vs . or older
the about image in eclipse seems to exhibit that gifs are not being displayed correctly in .. note the white dot instead of the white lighting highlight on the top left. will attach an image.
SWT
P3
RESOLVED
DUPLICATE
3.1
2005-06-14 13:32:00 -0400
gif file displayed poorly in . vs . or older the about image in eclipse seems to exhibit that gifs are not being displayed correctly in .. note the white dot instead of the white lighting highlight on the top left. will attach an image.
gif file displayed poorly vs older gif file displayed poorly vs older gif file displayed poorly vs older image eclipse seems exhibit gifs not displayed correctly white dot instead white lighting highlight top left attach image
71,375
breakpoint catagories
i am not sure if this has been logged before but i think it would be very usefull to be able to have breakpoints in different sets or catagories. they could be associated with a launch or just setup by the user and enabled or disabled. the difficulty i face is that it is tedious to turn onoff breakpoints when switc...
Debug
P3
RESOLVED
DUPLICATE
3.0
2004-08-04 09:53:00 -0400
breakpoint catagories i am not sure if this has been logged before but i think it would be very usefull to be able to have breakpoints in different sets or catagories. they could be associated with a launch or just setup by the user and enabled or disabled. the difficulty i face is that it is tedious to turn onoff ...
breakpoint catagories breakpoint catagories breakpoint catagories not sure logged think usefull able breakpoints different sets catagories associated launch setup user enabled disabled difficulty face tedious turn onoff breakpoints switching launch debugging obviously want breakpoints enabled slows ever considered
43,789
exceptions during replace with head contents
got lots of exceptions during cvs replace with latest from head contents from jdt.core projects into existing workspace. see attached log
Team
P3
RESOLVED
DUPLICATE
3.0
2003-09-27 05:34:00 -0400
exceptions during replace with head contents got lots of exceptions during cvs replace with latest from head contents from jdt.core projects into existing workspace. see attached log
exceptions replace head contents exceptions replace head contents exceptions replace head contents lots exceptions cvs replace latest head contents jdt core projects existing workspace attached log
34,336
workbench workbenchpage.restorestate exception
using . rc with latest ui code loaded i launched a target eclipse from my host. during startup go an error dialog saying it could not restore my ui layout. below is the stack trace found in the .log file java.lang.arrayindexoutofboundsexception at org.eclipse.ui.internal.workbenchpage.restorestate workbenchpage.j...
UI
P1
RESOLVED
DUPLICATE
2.1
2003-03-10 11:08:00 -0500
workbench workbenchpage.restorestate exception using . rc with latest ui code loaded i launched a target eclipse from my host. during startup go an error dialog saying it could not restore my ui layout. below is the stack trace found in the .log file java.lang.arrayindexoutofboundsexception at org.eclipse.ui.inte...
workbench workbenchpage restorestate exception workbench workbenchpage restorestate exception workbench workbenchpage restorestate exception rc latest ui code loaded launched target eclipse host startup go error dialog saying not restore ui layout stack trace found log file java lang arrayindexoutofboundsexception org ...
67,902
keybindings stop working
using rc on two seperate linux machines ive had keybindings stop working completely. i havent been able to find a specific reproducible set steps yet but it has happened several times. often only ctrlshiftt stops working but i have seen all keybindings stop working as in i try to type characters into the editor and i...
UI
P3
RESOLVED
DUPLICATE
3.0
2004-06-18 17:34:00 -0400
keybindings stop working using rc on two seperate linux machines ive had keybindings stop working completely. i havent been able to find a specific reproducible set steps yet but it has happened several times. often only ctrlshiftt stops working but i have seen all keybindings stop working as in i try to type charact...
keybindings stop working keybindings stop working keybindings stop working rc seperate linux machines keybindings stop working completely able find specific reproducible set steps happened several times often ctrlshiftt stops working seen keybindings stop working try type characters editor work work around problem wind...
44,728
problemsrightclickselect all is very slow.
in the problems view of my java browing perspective rightclickselect all is very slow seconds. there are items in the table to select filtered from items. version ..m.
UI
P3
RESOLVED
DUPLICATE
3.0
2003-10-12 17:08:00 -0400
problemsrightclickselect all is very slow. in the problems view of my java browing perspective rightclickselect all is very slow seconds. there are items in the table to select filtered from items. version ..m.
problemsrightclickselect slow problemsrightclickselect slow problemsrightclickselect slow problems view java browing perspective rightclickselect slow seconds items table select filtered items version
43,065
cvs repo view cant list files on cvs servers unresolved compilation error
system config os linux rh jdk .. eclipse linuxgtk . n locale zhcn.gb or c cvs server config os linux rh cvs .. this problem shows up after .m. open cvs repo perspective and go to the cvs repositories navigator open a repository open any module and try to list the files sfiles in the repo should be listed. c...
Team
P3
RESOLVED
DUPLICATE
3.0
2003-09-13 03:21:00 -0400
cvs repo view cant list files on cvs servers unresolved compilation error system config os linux rh jdk .. eclipse linuxgtk . n locale zhcn.gb or c cvs server config os linux rh cvs .. this problem shows up after .m. open cvs repo perspective and go to the cvs repositories navigator open a repository open any...
cvs repo view list files cvs servers unresolved compilation error cvs repo view list files cvs servers unresolved compilation error cvs repo view list files cvs servers unresolved compilation error system config os linux rh jdk eclipse linuxgtk locale zhcn gb cvs server config os linux rh cvs problem shows open cvs rep...
75,059
keyboard freezes after cvs authentication in chinese environment
eclipse . would freeze the keyboard after entering authentication to a cvs repository. i think this bug is related to bugs and . here is the environment os linux debian with kernel .. input method scim v.. desktop gnome . jdk .. eclipse . start the input method first scim d then start eclipse export lcallzhcn ex...
CVS
P3
RESOLVED
DUPLICATE
3.0
2004-09-26 22:25:00 -0400
keyboard freezes after cvs authentication in chinese environment eclipse . would freeze the keyboard after entering authentication to a cvs repository. i think this bug is related to bugs and . here is the environment os linux debian with kernel .. input method scim v.. desktop gnome . jdk .. eclipse . start the in...
keyboard freezes cvs authentication chinese environment keyboard freezes cvs authentication chinese environment keyboard freezes cvs authentication chinese environment eclipse freeze keyboard entering authentication cvs repository think bug related bugs environment os linux debian kernel input method scim desktop gnome...
14,567
cvs core retrieving children of remote folder hangs
clicked on the versions item for dev.eclipse.org in the repository view a progress dialog pops up retrieving children of remote folder and authenticating over extssh the progress dialog hangs and pressing cancel has no effect. i have to kill the workbench.
Team
P3
RESOLVED
DUPLICATE
2.0
2002-04-24 17:56:00 -0400
cvs core retrieving children of remote folder hangs clicked on the versions item for dev.eclipse.org in the repository view a progress dialog pops up retrieving children of remote folder and authenticating over extssh the progress dialog hangs and pressing cancel has no effect. i have to kill the workbench.
cvs core retrieving children remote folder hangs cvs core retrieving children remote folder hangs cvs core retrieving children remote folder hangs clicked versions item dev eclipse org repository view progress dialog pops retrieving children remote folder authenticating extssh progress dialog hangs pressing cancel no e...
70,376
add collapse all to folding menu
when using folding in the main java source editor i would like to be able to collapse all and then progressively open the parts of the source that are of interest. source files open fully expanded and there is an expand all operation but no corresponding collapse all. today if a source file is fully expanded i can ...
Text
P3
RESOLVED
DUPLICATE
3.0
2004-07-19 16:40:00 -0400
add collapse all to folding menu when using folding in the main java source editor i would like to be able to collapse all and then progressively open the parts of the source that are of interest. source files open fully expanded and there is an expand all operation but no corresponding collapse all. today if a sou...
add collapse folding menu add collapse folding menu add collapse folding menu folding main java source editor able collapse progressively open parts source interest source files open fully expanded expand operation no corresponding collapse today source file fully expanded can collapse toplevel class expand interior fu...
81,401
consistency mouse track events should be fired when button pressed and event button property should be set
when the mouse is being dragged the mouse enter and exit track events sent to mousetracklisteners should still be fired. in addition mouse move events sent to mousemovelisteners should have the button property set on the event.
SWT
P3
RESOLVED
DUPLICATE
3.1
2004-12-16 09:55:00 -0500
consistency mouse track events should be fired when button pressed and event button property should be set when the mouse is being dragged the mouse enter and exit track events sent to mousetracklisteners should still be fired. in addition mouse move events sent to mousemovelisteners should have the button property ...
consistency mouse track events fired button pressed event button property set consistency mouse track events fired button pressed event button property set consistency mouse track events fired button pressed event button property set mouse dragged mouse enter exit track events sent mousetracklisteners fired addition mo...
54,846
swtexception widget is disposed in synchronization view
i right clicked on a couple items in the cvs sync view and selected update and got this error. version .. id error mar . problems occurred when invoking code from plug in org.eclipse.core.runtime. org.eclipse.swt.swtexception widget is disposed at org.eclipse.swt.swt.errorswt.java at org.eclipse.swt.swt.errorswt...
Team
P3
RESOLVED
DUPLICATE
3.0
2004-03-15 11:47:00 -0500
swtexception widget is disposed in synchronization view i right clicked on a couple items in the cvs sync view and selected update and got this error. version .. id error mar . problems occurred when invoking code from plug in org.eclipse.core.runtime. org.eclipse.swt.swtexception widget is disposed at org.eclip...
swtexception widget disposed synchronization view swtexception widget disposed synchronization view swtexception widget disposed synchronization view right clicked couple items cvs sync view selected update error version error mar problems occurred invoking code plug org eclipse core runtime org eclipse swt swtexceptio...
2,426
navigation compare would like a next change button gfsb
i miss the vaj functionality of quickly being able to step to the next change without having to pick it individually amongst a list of candidates. aw .. im not sure i understand to what part of compare you are referring to. there are lots of ways to navigate through the changes every pane has nextprevious butt...
Compare
P3
RESOLVED
DUPLICATE
2.0
2001-10-10 22:36:00 -0400
navigation compare would like a next change button gfsb i miss the vaj functionality of quickly being able to step to the next change without having to pick it individually amongst a list of candidates. aw .. im not sure i understand to what part of compare you are referring to. there are lots of ways to naviga...
navigation compare next change button gfsb navigation compare next change button gfsb navigation compare next change button gfsb miss vaj functionality quickly able step next change without pick individually amongst list candidates aw not sure understand part compare referring lots ways navigate changes every pane next...
93,715
search locks results cant save an edited search result
when searching for an xml file with a text string and then clicking on the file that was returned as a search result and editing that file and then attempting to save the file eclipse says that the file can not be saved. clearing the search results and trying to save then works.
Search
P3
RESOLVED
DUPLICATE
3.1
2005-05-04 16:54:00 -0400
search locks results cant save an edited search result when searching for an xml file with a text string and then clicking on the file that was returned as a search result and editing that file and then attempting to save the file eclipse says that the file can not be saved. clearing the search results and trying to s...
search locks results save edited search result search locks results save edited search result search locks results save edited search result searching xml file text string clicking file returned search result editing file attempting save file eclipse says file can not saved clearing search results trying save works
56,474
new look add preference for old look
please add a preference to allow me to choose between the old look of eclipse . and the new look of eclipse .. im almost certain that others are asking for this but after searching i could not find a matching bugzilla entry. windows xp shipped with a new look but i hate it and am pleased to have the choice of usin...
UI
P3
RESOLVED
DUPLICATE
3.0
2004-03-27 15:18:00 -0500
new look add preference for old look please add a preference to allow me to choose between the old look of eclipse . and the new look of eclipse .. im almost certain that others are asking for this but after searching i could not find a matching bugzilla entry. windows xp shipped with a new look but i hate it and a...
new look add preference old look new look add preference old look new look add preference old look please add preference allow choose old look eclipse new look eclipse almost certain others asking searching not find matching bugzilla entry windows xp shipped new look hate pleased choice old windows look
12,066
workbench browserstyle navigation in eclipse ui
from the email posted to platformui mailing list id like to work on contributing browser style navigation to eclipse ui. i have a plugin you can get from httpsourceforge.netprojectsnox that provides similar functionality but i believe this is better provided by the ui itself more so after the recent changes to han...
UI
P3
RESOLVED
DUPLICATE
2.0
2002-03-21 14:13:00 -0500
workbench browserstyle navigation in eclipse ui from the email posted to platformui mailing list id like to work on contributing browser style navigation to eclipse ui. i have a plugin you can get from httpsourceforge.netprojectsnox that provides similar functionality but i believe this is better provided by the u...
workbench browserstyle navigation eclipse ui workbench browserstyle navigation eclipse ui workbench browserstyle navigation eclipse ui email posted platformui mailing list work contributing browser style navigation eclipse ui plugin can httpsourceforge netprojectsnox provides similar functionality believe better provid...
87,760
problem with righttoleft direction for menitem
the seems to be a problem with rendering rtl menuitems in swt. when we have a normal shell ltr if we add a menuitem with accelerator and also image the sequence of rendering is image text accel. so i expect to have a reverse sequence for rtl menubars. when we have an rtl menubar rtl menu rtl menuitems the sequence ...
SWT
P3
RESOLVED
DUPLICATE
3.1
2005-03-11 07:54:00 -0500
problem with righttoleft direction for menitem the seems to be a problem with rendering rtl menuitems in swt. when we have a normal shell ltr if we add a menuitem with accelerator and also image the sequence of rendering is image text accel. so i expect to have a reverse sequence for rtl menubars. when we have an rtl...
problem righttoleft direction menitem problem righttoleft direction menitem problem righttoleft direction menitem seems problem rendering rtl menuitems swt normal ltr add menuitem accelerator image sequence rendering image text accel expect reverse sequence rtl menubars rtl menubar rtl menu rtl menuitems sequence image...
63,909
too many s mnemonics in the run menu
we currently stand at if you are debugging a program. we should see if we can be a little more unique
Debug
P3
RESOLVED
DUPLICATE
3.0
2004-05-25 12:55:00 -0400
too many s mnemonics in the run menu we currently stand at if you are debugging a program. we should see if we can be a little more unique
mnemonics run menu mnemonics run menu mnemonics run menu currently stand debugging program can little unique
12,799
welcome to the workbench join a cvs team doesnt work
version . ... i got the cvs repository as described. i expanded head choosed a subdirectory opened the popup menu and ... no add to workspace appeared only check out as project and check out as ... and ... no cvssupported project appeared in my workbench.
Team
P3
RESOLVED
DUPLICATE
2.0
2002-04-04 10:52:00 -0500
welcome to the workbench join a cvs team doesnt work version . ... i got the cvs repository as described. i expanded head choosed a subdirectory opened the popup menu and ... no add to workspace appeared only check out as project and check out as ... and ... no cvssupported project appeared in my workbench.
welcome workbench join cvs team work welcome workbench join cvs team work welcome workbench join cvs team work version cvs repository described expanded head choosed subdirectory opened popup menu no add workspace appeared check project check no cvssupported project appeared workbench
28,600
preferences cannot turn autobuild off
i cannot turn auto off i deselect the checkbox reopen the pref dialog and its still checked critical totally messes up my workstyle observed both on motif and gtk
UI
P2
RESOLVED
DUPLICATE
2.1
2002-12-18 04:29:00 -0500
preferences cannot turn autobuild off i cannot turn auto off i deselect the checkbox reopen the pref dialog and its still checked critical totally messes up my workstyle observed both on motif and gtk
preferences cannot turn autobuild preferences cannot turn autobuild preferences cannot turn autobuild cannot turn auto deselect checkbox reopen pref dialog checked critical totally messes workstyle observed motif gtk
64,742
editormgmt duplicate notification for saving dirty editor
after editing a file several times i decided to reload released version instead and got prompted for saving unsaved changes. however there were duplicate entries in the dialog offering to save dirty editor contents see attached screenshot.
UI
P2
RESOLVED
DUPLICATE
3.0
2004-05-31 10:31:00 -0400
editormgmt duplicate notification for saving dirty editor after editing a file several times i decided to reload released version instead and got prompted for saving unsaved changes. however there were duplicate entries in the dialog offering to save dirty editor contents see attached screenshot.
editormgmt duplicate notification saving dirty editor editormgmt duplicate notification saving dirty editor editormgmt duplicate notification saving dirty editor editing file several times decided reload released version instead prompted saving unsaved changes duplicate entries dialog offering save dirty editor content...
13,833
iviewactiondelegate missing dispose
iviewactiondelegate gets called when it is added to a view with the init method but it does not get called to dipose when the view is closed. if the delegate has registered as a listener to any events it will not be able to unregister.
UI
P3
RESOLVED
DUPLICATE
2.0
2002-04-15 16:34:00 -0400
iviewactiondelegate missing dispose iviewactiondelegate gets called when it is added to a view with the init method but it does not get called to dipose when the view is closed. if the delegate has registered as a listener to any events it will not be able to unregister.
iviewactiondelegate missing dispose iviewactiondelegate missing dispose iviewactiondelegate missing dispose iviewactiondelegate gets called added view init method not called dipose view closed delegate registered listener events not able unregister
67,847
since m rc rc tab folder tabs have color distortion
colored lines appear often in the tab folder. it doesnt occur on every tab change but quite often. i have not been able to determine what exactly causes it to occur when i click on the tab not... when i click inside the tab not. note that eclipse appears to work normally other then this coloring issue. also a fe...
SWT
P3
RESOLVED
DUPLICATE
3.0
2004-06-18 13:19:00 -0400
since m rc rc tab folder tabs have color distortion colored lines appear often in the tab folder. it doesnt occur on every tab change but quite often. i have not been able to determine what exactly causes it to occur when i click on the tab not... when i click inside the tab not. note that eclipse appears to wor...
rc rc tab folder tabs color distortion rc rc tab folder tabs color distortion rc rc tab folder tabs color distortion colored lines appear often tab folder occur every tab change quite often not able determine exactly causes occur click tab not click inside tab not eclipse appears work normally coloring issue fellow cow...
92,362
inefficient indexedvaluepartition.getvariables
the abovementioned method is implemented such that it gets all variables by calling getvariableint for each offset. for big indexedvalues where it is expensive to have many separate calls to getvariableint instead of one this is inefficient. better would be something like this public ivariable getvariables throws deb...
Debug
P3
RESOLVED
DUPLICATE
3.0.1
2005-04-22 08:25:00 -0400
inefficient indexedvaluepartition.getvariables the abovementioned method is implemented such that it gets all variables by calling getvariableint for each offset. for big indexedvalues where it is expensive to have many separate calls to getvariableint instead of one this is inefficient. better would be something like ...
inefficient indexedvaluepartition getvariables inefficient indexedvaluepartition getvariables inefficient indexedvaluepartition getvariables abovementioned method implemented gets variables calling getvariableint offset big indexedvalues expensive separate calls getvariableint instead inefficient better something publi...
14,825
swt exception when changing password of a cvs connection
entry org.eclipse.team.cvs.uimon aprcest message an internal error has occurred consult the error log for details. stack org.eclipse.swt.swtexception invalid thread access at org.eclipse.swt.swt.errorswt.java at org.eclipse.swt.swt.errorswt.java at org.eclipse.swt.widgets.widget.errorwidget.java at org.eclipse.swt...
Team
P3
RESOLVED
DUPLICATE
2.0
2002-04-29 05:38:00 -0400
swt exception when changing password of a cvs connection entry org.eclipse.team.cvs.uimon aprcest message an internal error has occurred consult the error log for details. stack org.eclipse.swt.swtexception invalid thread access at org.eclipse.swt.swt.errorswt.java at org.eclipse.swt.swt.errorswt.java at org.eclips...
swt exception changing password cvs connection swt exception changing password cvs connection swt exception changing password cvs connection entry org eclipse team cvs uimon aprcest message internal error occurred consult error log details stack org eclipse swt swtexception invalid thread access org eclipse swt swt err...
35,042
infinate loop in package explorer
using rc. in the package explorer of the java perspective i expanded a folder which was also part of my classpath. this caused an infinate loop where the folder i tried to expand and the corresponding view of it in my classpath portion of the tree continuously flashed. eventually i was able to fix it by refreshin...
UI
P3
RESOLVED
DUPLICATE
2.1
2003-03-14 13:28:00 -0500
infinate loop in package explorer using rc. in the package explorer of the java perspective i expanded a folder which was also part of my classpath. this caused an infinate loop where the folder i tried to expand and the corresponding view of it in my classpath portion of the tree continuously flashed. eventually...
infinate loop package explorer infinate loop package explorer infinate loop package explorer rc package explorer java perspective expanded folder part classpath caused infinate loop folder tried expand corresponding view classpath portion tree continuously flashed eventually able fix refreshing project seem reproduce n...
57,338
always asks to select a workspace at startup even opted for dont ask again
.m installed it a directory i chose when start up asks to select a workspace even after i checked dont ask again every time i checked it it starts the same next time.
UI
P3
RESOLVED
DUPLICATE
3.0
2004-04-02 19:32:00 -0500
always asks to select a workspace at startup even opted for dont ask again .m installed it a directory i chose when start up asks to select a workspace even after i checked dont ask again every time i checked it it starts the same next time.
always asks select workspace startup opted ask always asks select workspace startup opted ask always asks select workspace startup opted ask installed directory chose start asks select workspace checked ask every time checked starts next time
57,704
select a workspace popup doesnt go away.
eclipse select a workspace popup doesnt go away even after checking the use this as default.. i am running mac os x.. with the .. java. this dialog comes up every time i open eclipse. i have not been able to reproduce this on my windows box. recent changes to my box downloaded new version of eclipse m. copi...
UI
P3
RESOLVED
DUPLICATE
3.0
2004-04-07 03:50:00 -0400
select a workspace popup doesnt go away. eclipse select a workspace popup doesnt go away even after checking the use this as default.. i am running mac os x.. with the .. java. this dialog comes up every time i open eclipse. i have not been able to reproduce this on my windows box. recent changes to my box d...
select workspace popup go away select workspace popup go away select workspace popup go away eclipse select workspace popup go away checking use default running mac os java dialog comes every time open eclipse not able reproduce windows box recent changes box downloaded new version eclipse copied workspace folder old v...
8,202
need access to nature id cvsprovider.loadstate shouldnt do instanceof
cvsprovider.loadstate has the following lines ...iteamprovider provider manager.getproviderprojectsiif provider instanceof cvsteamprovider .. instead of doing instanceof we need api so you can determine if the id is the same as the nature id. currently i dont see anywhere we can determine the id. we should make na...
Team
P3
RESOLVED
DUPLICATE
2.0
2002-01-23 12:15:00 -0500
need access to nature id cvsprovider.loadstate shouldnt do instanceof cvsprovider.loadstate has the following lines ...iteamprovider provider manager.getproviderprojectsiif provider instanceof cvsteamprovider .. instead of doing instanceof we need api so you can determine if the id is the same as the nature id. cu...
need access nature cvsprovider loadstate instanceof need access nature cvsprovider loadstate instanceof need access nature cvsprovider loadstate instanceof cvsprovider loadstate following lines iteamprovider provider manager getproviderprojectsiif provider instanceof cvsteamprovider instead instanceof need api can dete...
31,870
can no longer resize editors in sync view
i likely a compare bug though id let you guys determine that for sure. it was very convenient before that i could select the area between the two editors in the sync view which was one giant sash and resize it as i like. i cant do that any longer.
Compare
P3
RESOLVED
DUPLICATE
2.1
2003-02-14 09:52:00 -0500
can no longer resize editors in sync view i likely a compare bug though id let you guys determine that for sure. it was very convenient before that i could select the area between the two editors in the sync view which was one giant sash and resize it as i like. i cant do that any longer.
can no longer resize editors sync view can no longer resize editors sync view can no longer resize editors sync view likely compare bug though let guys determine sure convenient select area editors sync view giant sash resize longer
7,555
should avoid use of alt shift and ctrl space
ctrilshift is one of the standard keyboard hotketys for locale switching. although we do not prevent the use of locale switching currently by using accelerators with ctrlshift this is still a potential problem. ui uses of ctrlshift filesave all fileclose all windownavigationprevious editor windownavigationprevious ...
UI
P3
RESOLVED
DUPLICATE
2.0
2002-01-14 13:32:00 -0500
should avoid use of alt shift and ctrl space ctrilshift is one of the standard keyboard hotketys for locale switching. although we do not prevent the use of locale switching currently by using accelerators with ctrlshift this is still a potential problem. ui uses of ctrlshift filesave all fileclose all windownaviga...
avoid use alt shift ctrl space avoid use alt shift ctrl space avoid use alt shift ctrl space ctrilshift standard keyboard hotketys locale switching although not prevent use locale switching currently accelerators ctrlshift potential problem ui uses ctrlshift filesave fileclose windownavigationprevious editor windownavi...
50,171
editormgmt no part listener notifications sent for some views
i could be crazy but it looks like ipartlisteners arent being notified of part openclose events. i registered my own listener and the code didnt seem to be getting called so i set a breakpoint and its not being hit. i have a page listener that is being called which registers the part listener when a page is activat...
UI
P2
RESOLVED
DUPLICATE
3.0
2004-01-16 17:56:00 -0500
editormgmt no part listener notifications sent for some views i could be crazy but it looks like ipartlisteners arent being notified of part openclose events. i registered my own listener and the code didnt seem to be getting called so i set a breakpoint and its not being hit. i have a page listener that is being ca...
editormgmt no part listener notifications sent views editormgmt no part listener notifications sent views editormgmt no part listener notifications sent views crazy looks ipartlisteners notified part openclose events registered listener code seem getting called set breakpoint not hit page listener called registers part...
36,322
cannot specify cvsserver on a perconnection basis
although there is a global default value for the cvsserver environment variable it is not possible to define a perconnection cvsserver variable. this causes problems when you are working with two repositories where one expects cvs and the other expects wincvs for example. the only way to achieve this in eclipse atm is...
Team
P3
VERIFIED
DUPLICATE
2.1
2003-04-09 17:40:00 -0400
cannot specify cvsserver on a perconnection basis although there is a global default value for the cvsserver environment variable it is not possible to define a perconnection cvsserver variable. this causes problems when you are working with two repositories where one expects cvs and the other expects wincvs for examp...
cannot specify cvsserver perconnection basis cannot specify cvsserver perconnection basis cannot specify cvsserver perconnection basis although global default value cvsserver environment variable not possible define perconnection cvsserver variable causes problems working repositories expects cvs expects wincvs example...
57,939
pressing the search history drop down should show a dialog loss of function
the search history drop down should show a history of previous searches in the same way as the old search did
Search
P3
RESOLVED
DUPLICATE
3.0
2004-04-08 12:40:00 -0400
pressing the search history drop down should show a dialog loss of function the search history drop down should show a history of previous searches in the same way as the old search did
pressing search history drop show dialog loss function pressing search history drop show dialog loss function pressing search history drop show dialog loss function search history drop show history previous searches old search
55,548
workbench editorviewperspective cycle window closes on keyboard cycling
the editor chooser does not allow you to cycle through the entries with the keyboard anymore. this is also an issue for ctrlf and f steps hit ctrlf without releasing keys editor chooser pops up hit f again to cycle chooser is closed.
UI
P2
RESOLVED
DUPLICATE
3.0
2004-03-22 11:42:00 -0500
workbench editorviewperspective cycle window closes on keyboard cycling the editor chooser does not allow you to cycle through the entries with the keyboard anymore. this is also an issue for ctrlf and f steps hit ctrlf without releasing keys editor chooser pops up hit f again to cycle chooser is closed.
workbench editorviewperspective cycle window closes keyboard cycling workbench editorviewperspective cycle window closes keyboard cycling workbench editorviewperspective cycle window closes keyboard cycling editor chooser not allow cycle entries keyboard anymore issue ctrlf steps hit ctrlf without releasing keys editor...
63,413
workbench missing entry in the fragment.xml of org.eclipse.ui.workbench.compatibility
using there is no provide name for the fragment org.eclipse.ui.workbench.compatibility. it can simply be fixed by adding the line at the beginning of the fragment.xml file. providernameprovidername in order to get something like this fragment idorg.eclipse.ui.workbench.compatibility namecompatibilityfragment.fragm...
UI
P3
RESOLVED
DUPLICATE
3.0
2004-05-21 10:17:00 -0400
workbench missing entry in the fragment.xml of org.eclipse.ui.workbench.compatibility using there is no provide name for the fragment org.eclipse.ui.workbench.compatibility. it can simply be fixed by adding the line at the beginning of the fragment.xml file. providernameprovidername in order to get something like t...
workbench missing entry fragment xml org eclipse ui workbench compatibility workbench missing entry fragment xml org eclipse ui workbench compatibility workbench missing entry fragment xml org eclipse ui workbench compatibility no provide name fragment org eclipse ui workbench compatibility can fixed adding line beginn...
39,832
running launch config causes unrelated project to be rebuilt
i have many mutually independent projects setup on eclipse. my debug configuration is configured to before launch. what i observe is that running a launch configuration of a project that has no dependancy on any other project in my workspace causes all open projects to be built. this is pretty annoying because some of...
Debug
P3
RESOLVED
DUPLICATE
2.1
2003-07-09 15:18:00 -0400
running launch config causes unrelated project to be rebuilt i have many mutually independent projects setup on eclipse. my debug configuration is configured to before launch. what i observe is that running a launch configuration of a project that has no dependancy on any other project in my workspace causes all open ...
running launch config causes unrelated project rebuilt running launch config causes unrelated project rebuilt running launch config causes unrelated project rebuilt mutually independent projects setup eclipse debug configuration configured launch observe running launch configuration project no dependancy project worksp...
61,828
bbawt getimagedata works incorrectly on photon
the following test case describes the problem. run it as is and then uncomment the call to drawimage and note the differences in output. in the first case the rgb values should come back just like they are listed in colors but they all come back as . however once you actually draw the image onto the shells graphi...
SWT
P3
RESOLVED
DUPLICATE
3.0
2004-05-11 18:38:00 -0400
bbawt getimagedata works incorrectly on photon the following test case describes the problem. run it as is and then uncomment the call to drawimage and note the differences in output. in the first case the rgb values should come back just like they are listed in colors but they all come back as . however once you ...
bbawt getimagedata works incorrectly photon bbawt getimagedata works incorrectly photon bbawt getimagedata works incorrectly photon following test case describes problem run uncomment call drawimage differences output first case rgb values come back listed colors come back draw image onto shells graphics come back corr...
91,853
progress deadlocks on intel machine with hyperthreading enabled
when i try to run an application out of eclipse in debug mode the application often wont start but the eclipse progress list is empty if there are other applications currently running. in the debug window i often just see ... instead of the application name that should start. it helps to select the ... entry or the o...
Runtime
P2
RESOLVED
DUPLICATE
3.1
2005-04-19 05:07:00 -0400
progress deadlocks on intel machine with hyperthreading enabled when i try to run an application out of eclipse in debug mode the application often wont start but the eclipse progress list is empty if there are other applications currently running. in the debug window i often just see ... instead of the application na...
progress deadlocks intel machine hyperthreading enabled progress deadlocks intel machine hyperthreading enabled progress deadlocks intel machine hyperthreading enabled try run application eclipse debug mode application often start eclipse progress list empty applications currently running debug window often instead app...
62,106
wizarddialog the find and install dialog does not show anymore after an exception is thrown
steps go to helpsoftware updatefind and installsearch for new features to install select add update site and enter bla for the name and httpbla for the address an exception is thrown and the unable to access httpbla dialog is shown close the current dialog and go back to helpsoftware updatefind and install the di...
UI
P3
VERIFIED
DUPLICATE
3.0
2004-05-13 11:07:00 -0400
wizarddialog the find and install dialog does not show anymore after an exception is thrown steps go to helpsoftware updatefind and installsearch for new features to install select add update site and enter bla for the name and httpbla for the address an exception is thrown and the unable to access httpbla dialog i...
wizarddialog find install dialog not show anymore exception thrown wizarddialog find install dialog not show anymore exception thrown wizarddialog find install dialog not show anymore exception thrown steps go helpsoftware updatefind installsearch new features install select add update site enter bla name httpbla addre...
65,613
rapid pasting causes improper indent of pasted test
. open or create a new .xml file . copy a line and press ctrlv a couple times and the line indentation starts to go awry. . if you paste slowly then the indentation is correct.
Ant
P3
RESOLVED
DUPLICATE
3.0
2004-06-03 15:45:00 -0400
rapid pasting causes improper indent of pasted test . open or create a new .xml file . copy a line and press ctrlv a couple times and the line indentation starts to go awry. . if you paste slowly then the indentation is correct.
rapid pasting causes improper indent pasted test rapid pasting causes improper indent pasted test rapid pasting causes improper indent pasted test open create new xml file copy line press ctrlv couple times line indentation starts go awry paste slowly indentation correct
57,657
gtk performance
performance on gtk from wsad v to v has deteriorated. it becomes painfully noticeable when opening editors project creation and dynamically destroying and creating widgets. motif works fine. plugins attempted on org.eclipse.swt.gtk.. org.eclipse.swt.motif..
SWT
P3
CLOSED
DUPLICATE
2.1.3
2004-04-06 16:41:00 -0400
gtk performance performance on gtk from wsad v to v has deteriorated. it becomes painfully noticeable when opening editors project creation and dynamically destroying and creating widgets. motif works fine. plugins attempted on org.eclipse.swt.gtk.. org.eclipse.swt.motif..
gtk performance gtk performance gtk performance performance gtk wsad deteriorated becomes painfully noticeable opening editors project creation dynamically destroying creating widgets motif works fine plugins attempted org eclipse swt gtk org eclipse swt motif
16,572
log entry on start reference action not found additions
. fresh install fresh workspace . start eclipse. observe theres an unhelpful entry in the log .log follows session may . java.fullversionjre .. ibm windows cn jit enabled jitc bootloader constants oswin archx wswin nlenus commandline arguments os win ws win arch x feature org.eclipse.platform install filede...
Resources
P3
RESOLVED
DUPLICATE
2.0
2002-05-21 10:57:00 -0400
log entry on start reference action not found additions . fresh install fresh workspace . start eclipse. observe theres an unhelpful entry in the log .log follows session may . java.fullversionjre .. ibm windows cn jit enabled jitc bootloader constants oswin archx wswin nlenus commandline arguments os win ws...
log entry start reference action not found additions log entry start reference action not found additions log entry start reference action not found additions fresh install fresh workspace start eclipse observe unhelpful entry log log follows session java fullversionjre ibm windows cn jit enabled jitc bootloader consta...
39,448
crashes during typical actions.
eclipse linuxgtk . crashes now and again while im doing normal java development nothing strange or fancy. it seems to happen outside of the jvm in native code so im not sure if this is an eclipse issue or not. here is the jvm error message an unexpected exception has been detected in native code outside the vm. un...
SWT
P3
RESOLVED
DUPLICATE
2.1
2003-06-28 00:10:00 -0400
crashes during typical actions. eclipse linuxgtk . crashes now and again while im doing normal java development nothing strange or fancy. it seems to happen outside of the jvm in native code so im not sure if this is an eclipse issue or not. here is the jvm error message an unexpected exception has been detected i...
crashes typical actions crashes typical actions crashes typical actions eclipse linuxgtk crashes now normal java development nothing strange fancy seems happen outside jvm native code not sure eclipse issue not jvm error message unexpected exception detected native code outside vm unexpected signaloccurred pcxcebef fun...
79,049
org.eclipse.swt.widgets.menusetvisibleboolean does not work correctly when os is redhat and action is dragdrop
when wizarddialog is opened by dragdrop org.eclipse.swt.widgets.menusetvisibleboolean does not work correctly at redhat enterprise. it seems os.getkgetcurrenteventtime does not work in this situation.
SWT
P3
RESOLVED
DUPLICATE
3.0
2004-11-18 22:19:00 -0500
org.eclipse.swt.widgets.menusetvisibleboolean does not work correctly when os is redhat and action is dragdrop when wizarddialog is opened by dragdrop org.eclipse.swt.widgets.menusetvisibleboolean does not work correctly at redhat enterprise. it seems os.getkgetcurrenteventtime does not work in this situation.
org eclipse swt widgets menusetvisibleboolean not work correctly os redhat action dragdrop org eclipse swt widgets menusetvisibleboolean not work correctly os redhat action dragdrop org eclipse swt widgets menusetvisibleboolean not work correctly os redhat action dragdrop wizarddialog opened dragdrop org eclipse swt wi...
42,482
cannot seemove update manager because it is offscreen
using .m on mac os x.. i launched the updatemanager via software updates manage configurations. unfortuantely the window title appeared above and to the right of the main eclipse window which meant that i couldnt moveresizeclose it. in the end i had to kill eclipse because it seemed to be implemented as a modal di...
Update (deprecated - use RT>Equinox>p2)
P3
VERIFIED
DUPLICATE
3.0
2003-09-03 16:53:00 -0400
cannot seemove update manager because it is offscreen using .m on mac os x.. i launched the updatemanager via software updates manage configurations. unfortuantely the window title appeared above and to the right of the main eclipse window which meant that i couldnt moveresizeclose it. in the end i had to kill ecli...
cannot seemove update manager offscreen cannot seemove update manager offscreen cannot seemove update manager offscreen mac os launched updatemanager software updates manage configurations unfortuantely window title appeared right main eclipse window meant moveresizeclose end kill eclipse seemed implemented modal dialo...
74,072
i have installed xp service pack now eclipse crashes
as soon as i open it when i touch a file. but it is never open long enough to do any editing. error screen reads jvm terminiated exit code cwindowssystemjavaw.exe cp ceclipseeclipsestartup.jar.org.eclipse.core.launcher.main os win ws win arch x showsplash ceclipseeclipseeclipse.exe showsplah exitdata ceclipseecplise...
SWT
P3
RESOLVED
DUPLICATE
3.0
2004-09-16 11:09:00 -0400
i have installed xp service pack now eclipse crashes as soon as i open it when i touch a file. but it is never open long enough to do any editing. error screen reads jvm terminiated exit code cwindowssystemjavaw.exe cp ceclipseeclipsestartup.jar.org.eclipse.core.launcher.main os win ws win arch x showsplash ceclip...
installed xp service pack now eclipse crashes installed xp service pack now eclipse crashes installed xp service pack now eclipse crashes soon open touch file never open long enough editing error screen reads jvm terminiated exit code cwindowssystemjavaw exe cp ceclipseeclipsestartup jar org eclipse core launcher main ...
60,958
after a successful validateedit call the editor no longer calls validateedit.
in eclipse .x a file in the editor could call validateedit and the file could be set writable and then the file could be modified to be read only again without having to close the editor. after which validateedit would be called again on the file when it was edited. it no longer seems to function this way. example...
Text
P3
RESOLVED
DUPLICATE
3.0
2004-05-04 15:18:00 -0400
after a successful validateedit call the editor no longer calls validateedit. in eclipse .x a file in the editor could call validateedit and the file could be set writable and then the file could be modified to be read only again without having to close the editor. after which validateedit would be called again on t...
successful validateedit call editor no longer calls validateedit successful validateedit call editor no longer calls validateedit successful validateedit call editor no longer calls validateedit eclipse file editor call validateedit file set writable file modified read without close editor validateedit called file edit...
58,627
dbcserror message window popup when tear off properties view of umls model
reporter terry yao oswindows standard edition sles beta language chschtkorean level wswbi jdk version ibm jdk .. beta test case summary dbcserror message window popup when tear off properties view of umls model steps to recreate problem . select the window open perspective resource menu item. . select the ...
UI
P3
RESOLVED
DUPLICATE
3.0
2004-04-15 05:53:00 -0400
dbcserror message window popup when tear off properties view of umls model reporter terry yao oswindows standard edition sles beta language chschtkorean level wswbi jdk version ibm jdk .. beta test case summary dbcserror message window popup when tear off properties view of umls model steps to recreate problem...
dbcserror message window popup tear properties view umls model dbcserror message window popup tear properties view umls model dbcserror message window popup tear properties view umls model reporter terry yao oswindows standard edition sles beta language chschtkorean level wswbi jdk version ibm jdk beta test case summar...
8,981
wb state selected property page is not remembered
the selected property page properties from context menu in navigator is not currently persisted between sessions or even between invocations in the same session. proposal save the selected property page its id between invocations in the same session. if the next invocation has the remembered page show it. if n...
UI
P3
RESOLVED
DUPLICATE
2.0
2002-02-01 16:16:00 -0500
wb state selected property page is not remembered the selected property page properties from context menu in navigator is not currently persisted between sessions or even between invocations in the same session. proposal save the selected property page its id between invocations in the same session. if the next...
wb state selected property page not remembered wb state selected property page not remembered wb state selected property page not remembered selected property page properties context menu navigator not currently persisted sessions invocations session proposal save selected property page invocations session next invocat...
56,467
viewmgmt widged disposed while hovering over tabs and frames
eclipse m org.eclipse.swt.swtexception widget is disposed at org.eclipse.swt.swt.errorswt.java at org.eclipse.swt.swt.errorswt.java at org.eclipse.swt.widgets.widget.errorwidget.java at org.eclipse.swt.widgets.widget.checkwidgetwidget.java at org.eclipse.swt.widgets.widget.getdatawidget.java at org.eclipse.ui....
UI
P2
RESOLVED
DUPLICATE
3.0
2004-03-27 10:59:00 -0500
viewmgmt widged disposed while hovering over tabs and frames eclipse m org.eclipse.swt.swtexception widget is disposed at org.eclipse.swt.swt.errorswt.java at org.eclipse.swt.swt.errorswt.java at org.eclipse.swt.widgets.widget.errorwidget.java at org.eclipse.swt.widgets.widget.checkwidgetwidget.java at org.ecli...
viewmgmt widged disposed hovering tabs frames viewmgmt widged disposed hovering tabs frames viewmgmt widged disposed hovering tabs frames eclipse org eclipse swt swtexception widget disposed org eclipse swt swt errorswt java org eclipse swt swt errorswt java org eclipse swt widgets widget errorwidget java org eclipse s...
68,835
wrong result when using team synchronize with repository on a sticky resource
i have a sticky file with a tag in my workspace with revision ... the repository contains already a revision ... on the same branch. when i perform now a team synchronize with repository just on that file the synchronize view shows a comparision between ... ... if the file in the workpsace is modified dirty i dont...
CVS
P3
RESOLVED
DUPLICATE
3.0
2004-06-29 04:53:00 -0400
wrong result when using team synchronize with repository on a sticky resource i have a sticky file with a tag in my workspace with revision ... the repository contains already a revision ... on the same branch. when i perform now a team synchronize with repository just on that file the synchronize view shows a comp...
wrong result team synchronize repository sticky resource wrong result team synchronize repository sticky resource wrong result team synchronize repository sticky resource sticky file tag workspace revision repository contains revision branch perform now team synchronize repository file synchronize view shows comparisio...
45,480
lockup saving file
a line in a java file has the red circle with yellow x by it i think the error is already fixed but the red circle wont go away until i do a save and so i press s. i get an operation in prograss popup but not progress bar. the busy clock icon is displayed in the popup except in the cancel button but when pressed ...
Resources
P3
RESOLVED
DUPLICATE
3.0
2003-10-23 21:56:00 -0400
lockup saving file a line in a java file has the red circle with yellow x by it i think the error is already fixed but the red circle wont go away until i do a save and so i press s. i get an operation in prograss popup but not progress bar. the busy clock icon is displayed in the popup except in the cancel butto...
lockup saving file lockup saving file lockup saving file line java file red circle yellow think error fixed red circle go away save press operation prograss popup not progress bar busy clock icon displayed popup except cancel button pressed cancel button no effect becomes remains greyedout use kill quit vm dump attache...
65,407
bringing up a dialog in eclipse makes help window disappear
steps to repro . bring up help via help help contents . go back to eclipse and select file new project . alttab to go back to help and the window isnt shown. ive seen this behavior for awhile now at least since m.
SWT
P3
RESOLVED
DUPLICATE
3.0
2004-06-02 13:56:00 -0400
bringing up a dialog in eclipse makes help window disappear steps to repro . bring up help via help help contents . go back to eclipse and select file new project . alttab to go back to help and the window isnt shown. ive seen this behavior for awhile now at least since m.
bringing dialog eclipse makes help window disappear bringing dialog eclipse makes help window disappear bringing dialog eclipse makes help window disappear steps repro bring help help help contents go back eclipse select file new project alttab go back help window shown seen behavior awhile now least
73,124
interop no more handles error thrown from swtawt.newshell
i am developing plugins for various ides. we recently switched from swing to swt. now i am trying to embedd our products swt components in various ides swing components. embedding of swt in swing is working fine in stand alone application. but when i deploy my plugin in ide eg intellij idea following error is thrown...
SWT
P3
RESOLVED
DUPLICATE
3.0
2004-09-02 00:43:00 -0400
interop no more handles error thrown from swtawt.newshell i am developing plugins for various ides. we recently switched from swing to swt. now i am trying to embedd our products swt components in various ides swing components. embedding of swt in swing is working fine in stand alone application. but when i deploy m...
interop no handles error thrown swtawt newshell interop no handles error thrown swtawt newshell interop no handles error thrown swtawt newshell developing plugins various ides recently switched swing swt now trying embedd products swt components various ides swing components embedding swt swing working fine stand alone...
End of preview.

No dataset card yet

Downloads last month
50