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 1 new columns ({'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 67f233d0f0057248aeebc08944f442a9bdc42eb2), [/tmp/hf-datasets-cache/medium/datasets/79856168885611-config-parquet-and-info-HariishHafiiz-stage1-retr-aef6a0e9/hub/datasets--HariishHafiiz--stage1-retrieval-eclipse/snapshots/67f233d0f0057248aeebc08944f442a9bdc42eb2/stage1_train_corpus.csv (origin=hf://datasets/HariishHafiiz/stage1-retrieval-eclipse@67f233d0f0057248aeebc08944f442a9bdc42eb2/stage1_train_corpus.csv), /tmp/hf-datasets-cache/medium/datasets/79856168885611-config-parquet-and-info-HariishHafiiz-stage1-retr-aef6a0e9/hub/datasets--HariishHafiiz--stage1-retrieval-eclipse/snapshots/67f233d0f0057248aeebc08944f442a9bdc42eb2/stage1_train_queries.csv (origin=hf://datasets/HariishHafiiz/stage1-retrieval-eclipse@67f233d0f0057248aeebc08944f442a9bdc42eb2/stage1_train_queries.csv), /tmp/hf-datasets-cache/medium/datasets/79856168885611-config-parquet-and-info-HariishHafiiz-stage1-retr-aef6a0e9/hub/datasets--HariishHafiiz--stage1-retrieval-eclipse/snapshots/67f233d0f0057248aeebc08944f442a9bdc42eb2/stage2_train_pairs_K50.csv (origin=hf://datasets/HariishHafiiz/stage1-retrieval-eclipse@67f233d0f0057248aeebc08944f442a9bdc42eb2/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
              title_orig: string
              desc_orig: string
              component: string
              priority: string
              status: string
              resolution: string
              version: string
              created_time: string
              resolved_time: string
              true_duplicate_id: int64
              text_raw: string
              text_ir: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2042
              to
              {'bug_id': Value('int64'), 'title_clean': Value('string'), 'desc_clean': Value('string'), 'title_orig': Value('string'), 'desc_orig': Value('string'), 'component': Value('string'), 'priority': Value('string'), 'status': Value('string'), 'resolution': Value('string'), 'version': Value('string'), 'created_time': Value('string'), 'resolved_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 1347, 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 1 new columns ({'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 67f233d0f0057248aeebc08944f442a9bdc42eb2), [/tmp/hf-datasets-cache/medium/datasets/79856168885611-config-parquet-and-info-HariishHafiiz-stage1-retr-aef6a0e9/hub/datasets--HariishHafiiz--stage1-retrieval-eclipse/snapshots/67f233d0f0057248aeebc08944f442a9bdc42eb2/stage1_train_corpus.csv (origin=hf://datasets/HariishHafiiz/stage1-retrieval-eclipse@67f233d0f0057248aeebc08944f442a9bdc42eb2/stage1_train_corpus.csv), /tmp/hf-datasets-cache/medium/datasets/79856168885611-config-parquet-and-info-HariishHafiiz-stage1-retr-aef6a0e9/hub/datasets--HariishHafiiz--stage1-retrieval-eclipse/snapshots/67f233d0f0057248aeebc08944f442a9bdc42eb2/stage1_train_queries.csv (origin=hf://datasets/HariishHafiiz/stage1-retrieval-eclipse@67f233d0f0057248aeebc08944f442a9bdc42eb2/stage1_train_queries.csv), /tmp/hf-datasets-cache/medium/datasets/79856168885611-config-parquet-and-info-HariishHafiiz-stage1-retr-aef6a0e9/hub/datasets--HariishHafiiz--stage1-retrieval-eclipse/snapshots/67f233d0f0057248aeebc08944f442a9bdc42eb2/stage2_train_pairs_K50.csv (origin=hf://datasets/HariishHafiiz/stage1-retrieval-eclipse@67f233d0f0057248aeebc08944f442a9bdc42eb2/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
title_orig
string
desc_orig
string
component
string
priority
string
status
string
resolution
string
version
string
created_time
string
resolved_time
string
text_raw
string
text_ir
string
2,797
confusing inner windows active when outer inactive gjnku
when looking at an inactive eclipse workbench the title is grey to indicate that it is not active but the inner windows viewparts remain in the active color usually the gradiant blue. this is confusing since a cursory look at the window indicates that it is active and then after trying to do something like pressing f ...
Confusing: inner windows active when outer inactive (1GJN8KU)
When looking at an inactive eclipse workbench the title is grey to indicate that it is not active but the; inner windows (viewparts) remain in the active color (usually the gradiant blue). This is confusing since; a cursory look at the window indicates that it is active and then after trying to do something like press...
UI
P2
RESOLVED
FIXED
2.0
2001-10-10 22:43:00 -0400
2002-02-15 17:53:54 -0500
confusing inner windows active when outer inactive gjnku when looking at an inactive eclipse workbench the title is grey to indicate that it is not active but the inner windows viewparts remain in the active color usually the gradiant blue. this is confusing since a cursory look at the window indicates that it is acti...
confusing inner windows active outer inactive gjnku confusing inner windows active outer inactive gjnku confusing inner windows active outer inactive gjnku looking inactive eclipse workbench title grey indicate not active inner windows viewparts remain active color usually gradiant blue confusing cursory look window in...
35,151
cvs patch create patch misses new directories
i apologize if someone has already reported this i couldnt find a duplicate. if you create a new patch and choose include new files in patch eclipse very unintuitively ignores new files which exist in new directories. please either fix the wording to indicate that new directories will be ignored or preferably includ...
[CVS Patch] Create Patch misses new directories
I apologize if someone has already reported this -- I couldnt find a duplicate.; ; If you create a new patch; and choose Include new files in patch; Eclipse; (very un-intuitively) ignores new files which exist in new directories.; ; Please; either fix the wording to indicate that new directories will be ignored;; or (p...
Team
P3
RESOLVED
FIXED
2.1
2003-03-17 11:51:00 -0500
2003-06-17 15:26:25 -0400
cvs patch create patch misses new directories i apologize if someone has already reported this i couldnt find a duplicate. if you create a new patch and choose include new files in patch eclipse very unintuitively ignores new files which exist in new directories. please either fix the wording to indicate that new di...
cvs patch create patch misses new directories cvs patch create patch misses new directories cvs patch create patch misses new directories apologize someone reported find duplicate create new patch choose include new files patch eclipse unintuitively ignores new files exist new directories please either fix wording indi...
78,551
cant change repository parameters
open the cvs repository exploring perspective. select an existing pserver repository that has attached projects. click properties. change the connection type to extssh and click either apply or ok. a dialog box with a title bar progress information opens. inside that box it says operation in progress... behind...
Cant change repository parameters
Open the CVS Repository Exploring perspective. Select an existing pserver repository that has attached ; projects. Click Properties. Change the connection type to extssh and click either Apply or OK. A ; dialog box with a title bar Progress Information opens. Inside that box; it says Operation in progress... ; Be...
CVS
P3
RESOLVED
FIXED
3.1
2004-11-12 16:24:00 -0500
2005-06-14 10:32:56 -0400
cant change repository parameters open the cvs repository exploring perspective. select an existing pserver repository that has attached projects. click properties. change the connection type to extssh and click either apply or ok. a dialog box with a title bar progress information opens. inside that box it says...
change repository parameters change repository parameters change repository parameters open cvs repository exploring perspective select existing pserver repository attached projects click properties change connection type extssh click either apply ok dialog box title bar progress information opens inside box says opera...
44,069
problems view time response while debugging slows down when several perspectives are opened
i used to have several in fact plugin dvpt or java perspective windows open at the same time while working in eclipse environment. since a while ive noticed that i got longer time response while working in eclipse and especially while debugging. it took around s to launch the application in debug mode and same tim...
[Problems View] Time response while debugging slows down when several perspectives are opened
I used to have several (5 in fact) Plug-in Dvpt or Java perspective windows ; open at the same time while working in Eclipse environment.; ; Since a while; Ive noticed that I got longer time response while working in ; Eclipse and especially while debugging. It took around 30s to launch the ; application in debug mode ...
UI
P2
VERIFIED
FIXED
3.0
2003-10-02 07:28:00 -0400
2004-02-10 14:49:17 -0500
problems view time response while debugging slows down when several perspectives are opened i used to have several in fact plugin dvpt or java perspective windows open at the same time while working in eclipse environment. since a while ive noticed that i got longer time response while working in eclipse and especi...
problems view time response debugging slows several perspectives opened problems view time response debugging slows several perspectives opened problems view time response debugging slows several perspectives opened several fact plugin dvpt java perspective windows open time working eclipse environment noticed longer t...
127,031
commands request add command to show introwelcome main page
i noticed there is no command corresponding to the action class org.eclipse.ui.internal.introaction. im attaching a patch that defines the command in org.eclipse.ui and uses setactiondefinitionid in the introaction constructor to associate the action with the command.
[Commands] request: add command to show intro/welcome main page
I noticed there is no command corresponding to the action class org.eclipse.ui.internal.IntroAction. Im attaching a patch that defines the command in org.eclipse.ui and uses setActionDefinitionId in the IntroAction constructor to associate the action with the command.
UI
P3
VERIFIED
FIXED
3.2
2006-02-09 02:13:00 -0500
2006-02-14 16:00:06 -0500
commands request add command to show introwelcome main page i noticed there is no command corresponding to the action class org.eclipse.ui.internal.introaction. im attaching a patch that defines the command in org.eclipse.ui and uses setactiondefinitionid in the introaction constructor to associate the action with the...
commands request add command show introwelcome main page commands request add command show introwelcome main page commands request add command show introwelcome main page noticed no command corresponding action class org eclipse ui internal introaction attaching patch defines command org eclipse ui uses setactiondefini...
29,026
tagging warns about uncomitted changes that are not visible otherwise
here is what i did nobody else is using the repository teamsynchronize. result workspace resources are the same as remote. teamtag as version. result you are tagging foobar that has uncomitted changes...
Tagging warns about uncomitted changes that are not visible otherwise
Here is what I did:; ; - Nobody else is using the repository; ; - Team->Synchronize. Result:; ; Workspace resources are the same as remote.; ; - Team->Tag as version. Result:; ; You are tagging foobar that has uncomitted changes...
Team
P3
RESOLVED
FIXED
2.1
2003-01-06 06:49:00 -0500
2003-01-14 13:52:39 -0500
tagging warns about uncomitted changes that are not visible otherwise here is what i did nobody else is using the repository teamsynchronize. result workspace resources are the same as remote. teamtag as version. result you are tagging foobar that has uncomitted changes...
tagging warns uncomitted changes not visible otherwise tagging warns uncomitted changes not visible otherwise tagging warns uncomitted changes not visible otherwise nobody else repository teamsynchronize result workspace resources remote teamtag version result tagging foobar uncomitted changes
37,439
keybindings preference page add a way to print out all key bindings
it would be very useful it if were possible to print out all key bindings
[KeyBindings] preference page: add a way to print out all key bindings
it would be very useful it if were possible to print out all key bindings
UI
P2
VERIFIED
FIXED
2.1
2003-05-09 12:06:00 -0400
2004-09-23 09:35:54 -0400
keybindings preference page add a way to print out all key bindings it would be very useful it if were possible to print out all key bindings
keybindings preference page add print key bindings keybindings preference page add print key bindings keybindings preference page add print key bindings useful possible print key bindings
63,661
vm terminates abnormally
on mandrake . jdk.. using eclipse m when i attempt to refactor by changing method signature the vm terminates abnormally. the mthod im trying to refactor is a package scope constructor
VM terminates abnormally
On Mandrake 10.1; JDK1.4.2; using Eclipse M9 when I attempt to refactor by ; changing method signature the VM terminates abnormally. The mthod Im trying ; to refactor is a package scope constructor
SWT
P1
RESOLVED
FIXED
3.0
2004-05-24 08:01:00 -0400
2004-06-07 11:06:10 -0400
vm terminates abnormally on mandrake . jdk.. using eclipse m when i attempt to refactor by changing method signature the vm terminates abnormally. the mthod im trying to refactor is a package scope constructor
vm terminates abnormally vm terminates abnormally vm terminates abnormally mandrake jdk eclipse attempt refactor changing method signature vm terminates abnormally mthod trying refactor package scope constructor
55,838
viewmgmt rcp cant position or move programmatically a view in a specific place of a perspective
on eclipse rcp you must create a perspective with views and positions of theses views. but there is no api to move dynamically programmatically a view in the perspective at another place. in the perspective we have ifolderlayout bottomright layout.createfolderfolderidipagelayout.left .f layout.geteditorarea botto...
[ViewMgmt] [RCP] cant position or move programmatically a view in a specific place of a perspective
on Eclipse RCP; you must create a perspective with views and positions of ; theses views. But there is no API to move dynamically; programmatically a view ; in the perspective at another place.; ; in the perspective ; we have :; --------------------------------; IFolderLayout bottomRight = layout.createFolder(folderI...
UI
P3
RESOLVED
WONTFIX
3.0
2004-03-24 03:35:00 -0500
2009-08-30 02:23:42 -0400
viewmgmt rcp cant position or move programmatically a view in a specific place of a perspective on eclipse rcp you must create a perspective with views and positions of theses views. but there is no api to move dynamically programmatically a view in the perspective at another place. in the perspective we have ifol...
viewmgmt rcp position move programmatically view specific place perspective viewmgmt rcp position move programmatically view specific place perspective viewmgmt rcp position move programmatically view specific place perspective eclipse rcp must create perspective views positions theses views no api move dynamically pro...
45,396
commands parameters allow key assignments for external tools
please allow keys to be assigned to run external tool configurations. it should be possible to assign a key to each configuration if desired. this is helpful when you have a bunch of external tools that you have to use regularly. for example for the print workaround where i output the file to enscript through an ...
[Commands] parameters: Allow Key Assignments for External Tools
Please allow keys to be assigned to run external tool configurations. It ; should be possible to assign a key to each configuration; if desired.; ; This is helpful when you have a bunch of external tools that you have to use ; regularly.; ; For example; for the print workaround where I output the file to enscript ; (t...
Ant
P2
RESOLVED
WONTFIX
2.1.1
2003-10-22 13:07:00 -0400
2013-05-05 22:59:07 -0400
commands parameters allow key assignments for external tools please allow keys to be assigned to run external tool configurations. it should be possible to assign a key to each configuration if desired. this is helpful when you have a bunch of external tools that you have to use regularly. for example for the prin...
commands parameters allow key assignments external tools commands parameters allow key assignments external tools commands parameters allow key assignments external tools please allow keys assigned run external tool configurations possible assign key configuration desired helpful bunch external tools use regularly exam...
33,306
api enable multiselect of team share action
during testing i often disconnect several projects then share with another repository. this is painful with the current limitation of sharing only one project at a time.
[API] Enable multi-select of Team Share action
During testing I often disconnect several projects then share with another; repository. This is painful with the current limitation of sharing only one; project at a time.
Team
P3
RESOLVED
DUPLICATE
2.1
2003-02-26 13:12:00 -0500
2005-05-09 14:25:44 -0400
api enable multiselect of team share action during testing i often disconnect several projects then share with another repository. this is painful with the current limitation of sharing only one project at a time.
api enable multiselect team share action api enable multiselect team share action api enable multiselect team share action testing often disconnect several projects share repository painful current limitation sharing project time
31,267
label and text box get the wrong order
win . select a static method and choose move method . in the wizard thatb opens enter a letter an error is shown . use the mouse to drag the lower right corner to the top right so the dialog has the smallest size possible. . whit the mouse button still pressed make the size large again.the label and the text field ha...
label and text box get the wrong order
20030207 win2000; ; 1. Select a static method and choose Move Method; 2. In the wizard thatb opens; enter a letter: An error is shown; 3. Use the mouse to drag the lower right corner to the top right; so the dialog ; has the smallest size possible.; 4. Whit the mouse button still pressed; make the size large again.; ...
SWT
P3
RESOLVED
FIXED
2.1
2003-02-07 08:12:00 -0500
2003-02-24 14:02:34 -0500
label and text box get the wrong order win . select a static method and choose move method . in the wizard thatb opens enter a letter an error is shown . use the mouse to drag the lower right corner to the top right so the dialog has the smallest size possible. . whit the mouse button still pressed make the size larg...
label text box wrong order label text box wrong order label text box wrong order win select static method choose move method wizard thatb opens enter letter error shown use mouse drag lower right corner top right dialog smallest size possible whit mouse button pressed make size large label text field swapped location
89,844
active help does not work in help view
load org.eclipse.help.tests plugin. open all topics to test live help book live help. alternatively search for active help and clikc on the topic active help click on the link inside the topic. the link does not work. it works fine in help or external browser.
Active help does not work in Help View
Load org.eclipse.help.tests plug-in. Open All Topics to Test Live Help ; Book -> Live Help.; Alternatively search for Active help and clikc on the topic Active help; ; Click on the link inside the topic.; ; The link does not work. It works fine in help or external browser.
User Assistance
P2
VERIFIED
FIXED
3.1
2005-03-31 11:28:00 -0500
2005-06-13 13:18:52 -0400
active help does not work in help view load org.eclipse.help.tests plugin. open all topics to test live help book live help. alternatively search for active help and clikc on the topic active help click on the link inside the topic. the link does not work. it works fine in help or external browser.
active help not work help view active help not work help view active help not work help view load org eclipse help tests plugin open topics test live help book live help alternatively search active help clikc topic active help click link inside topic link not work works fine help external browser
50,313
jobs dont want sticky job hover
the job con lower left corner no longer wrtes to a status bar but to some stcky hover whch cannot get rd of. when the wndow s small t hangs out of the eclpse wndow. t also hangs out even f the wndow does not have focus. ths looks very odd and s dstractng.
[Jobs] Dont want sticky (job) hover
I20040120; ; The job icon (lower left corner) no longer writes to a status bar but to some; sticky hover which I cannot get rid of. When the window is small it hangs out of; the Eclipse window. It also hangs out even if the window does not have focus.; This looks very odd and is distracting.
UI
P3
VERIFIED
DUPLICATE
3.0
2004-01-21 03:09:00 -0500
2004-01-31 03:52:03 -0500
jobs dont want sticky job hover the job con lower left corner no longer wrtes to a status bar but to some stcky hover whch cannot get rd of. when the wndow s small t hangs out of the eclpse wndow. t also hangs out even f the wndow does not have focus. ths looks very odd and s dstractng.
jobs want sticky job hover jobs want sticky job hover jobs want sticky job hover job con lower left corner no longer wrtes status bar stcky hover whch cannot rd wndow small hangs eclpse wndow hangs wndow not focus ths looks odd dstractng
22,868
eclipse hangs while creating a shell from controlexample
eclipse .. aug was installed on a solaris machine and was run through exceed v. xterm window on windows install swt examples and run controlexample. . start controlexample java application . from available tabs select shell and click on it to open . select the following options in shell creation parent pr...
Eclipse hangs while creating a shell from ControlExample
Eclipse 2.0.1 Build 21 Aug 1513 was installed on a Solaris 8 machine and was ; run through Exceed V7.1 Xterm window on Windows 2000 ; ; ; Install SWT examples and run ControlExample.; ; Steps to reproduce:; ; 1. Start ControlExample java application; 2. From available tabs select Shell and click on it to open; 3. Sele...
SWT
P3
VERIFIED
FIXED
2.0
2002-08-26 17:25:00 -0400
2003-02-18 11:20:17 -0500
eclipse hangs while creating a shell from controlexample eclipse .. aug was installed on a solaris machine and was run through exceed v. xterm window on windows install swt examples and run controlexample. . start controlexample java application . from available tabs select shell and click on it to open . ...
eclipse hangs creating controlexample eclipse hangs creating controlexample eclipse hangs creating controlexample eclipse aug installed solaris machine run exceed xterm window windows install swt examples run controlexample start controlexample java application available tabs select click open select following options ...
86,628
decorators iae beginrule r does not match outer scope rule
opened existing workspace did a search opened a cu from the matches noticed the followingn the log entry org.eclipse.ui . message attempted to beginrule r does not match outer scope rule org.eclipse.ui.internal.decorators.decorationschedulerfec stack java.lang.illegalargumentexception attempted to beginrule r does...
[Decorators] IAE: beginRule: R/; does not match outer scope rule
build I20050222-0821; ; - opened existing workspace; - did a search; - opened a CU from the matches; - noticed the following in the log; ; !ENTRY org.eclipse.ui 4 4 2005-02-25 09:44:04.439; !MESSAGE Attempted to beginRule: R/; does not match outer scope rule:; org.eclipse.ui.internal.decorators.DecorationScheduler$1@f5...
UI
P2
VERIFIED
FIXED
3.0
2005-02-25 09:48:00 -0500
2005-05-10 14:38:08 -0400
decorators iae beginrule r does not match outer scope rule opened existing workspace did a search opened a cu from the matches noticed the followingn the log entry org.eclipse.ui . message attempted to beginrule r does not match outer scope rule org.eclipse.ui.internal.decorators.decorationschedulerfec stack java....
decorators iae beginrule not match outer scope rule decorators iae beginrule not match outer scope rule decorators iae beginrule not match outer scope rule opened existing workspace search opened cu matches noticed followingn log entry org eclipse ui message attempted beginrule not match outer scope rule org eclipse ui...
97,170
about eclipse logo not rendered correctly in about dialog and startup progress window
the eclipse logo is not drawn properly in the about eclipse platform dialog one region looks corrupted. see the attached screenshot. on the left the expected look has been inserted for comparison purposes. the new eclipse platform starting progress window that is shown at startup time after the splash screen has a sim...
[About] Eclipse logo not rendered correctly in about dialog and start-up progress window
Build id: I20050527-1300; ; The Eclipse logo is not drawn properly in the About Eclipse Platform dialog; (one region looks corrupted). See the attached screenshot. On the left; the; expected look has been inserted for comparison purposes.; ; The new Eclipse Platform Starting progress window that is shown at start-up ti...
SWT
P3
RESOLVED
FIXED
3.1
2005-05-30 04:03:00 -0400
2005-06-15 14:06:36 -0400
about eclipse logo not rendered correctly in about dialog and startup progress window the eclipse logo is not drawn properly in the about eclipse platform dialog one region looks corrupted. see the attached screenshot. on the left the expected look has been inserted for comparison purposes. the new eclipse platform st...
eclipse logo not rendered correctly dialog startup progress window eclipse logo not rendered correctly dialog startup progress window eclipse logo not rendered correctly dialog startup progress window eclipse logo not drawn properly eclipse platform dialog region looks corrupted attached screenshot left expected look i...
44,986
support for breakpoint groups
i saw few enh. requests concerning the breakpoints view and i thing that the best would be to have an arborescent view permitting to group them logically and enable only some groups. groups would have to be state for the view to be really efficient internal selection should be kept when the parent group is enableddisa...
Support for Breakpoint groups
I saw few enh. requests concerning the breakpoints view;; and I thing that the best would be to have an arborescent view;; permitting to group them logically and enable only some groups.; ; Groups would have to be 3-state for the view to be really efficient;; internal selection should be kept when the parent group is; ...
Debug
P4
VERIFIED
FIXED
2.1.1
2003-10-15 23:38:00 -0400
2004-11-16 08:50:07 -0500
support for breakpoint groups i saw few enh. requests concerning the breakpoints view and i thing that the best would be to have an arborescent view permitting to group them logically and enable only some groups. groups would have to be state for the view to be really efficient internal selection should be kept when t...
support breakpoint groups support breakpoint groups support breakpoint groups saw enh requests concerning breakpoints view thing best arborescent view permitting group logically enable groups groups state view efficient internal selection kept parent group enableddisabled view provide global toggle action enableenable ...
43,716
log full of cvsteam exceptions
im frustrated and in a hurry so i apologize in advance for not cleaning it up myself. but im attaching my zipped log file which contains k of errors logged from cvsteam today. there appear to be a significant number of unique exceptions. the symptom of all these exceptions is that im having a hell of a time getting ...
Log full of CVS/Team exceptions
Build 20030925; ; Im frustrated and in a hurry; so I apologize in advance for not cleaning it up myself. But Im ; attaching my zipped log file which contains 500K of errors logged from CVS/Team today. There ; appear to be a significant number of unique exceptions. The symptom of all these exceptions is that ; Im having...
Team
P3
RESOLVED
DUPLICATE
3.0
2003-09-25 20:57:00 -0400
2003-09-29 09:16:46 -0400
log full of cvsteam exceptions im frustrated and in a hurry so i apologize in advance for not cleaning it up myself. but im attaching my zipped log file which contains k of errors logged from cvsteam today. there appear to be a significant number of unique exceptions. the symptom of all these exceptions is that im h...
log full cvsteam exceptions log full cvsteam exceptions log full cvsteam exceptions frustrated hurry apologize advance not cleaning attaching zipped log file contains errors logged cvsteam today appear significant number unique exceptions symptom exceptions time getting synch view commit changes repository
34,142
editor mgmt unable to read workbench state due to arrayindexoutofboundsexception in navigationhistory.restorestate
id reopening a workspace i created today for testing this i got a message saying unable to read workbench state. workbench ui layout will be reset. i had no crashes in previous sessions. unfortunately i couldnt reproduce it anymore. here is the log file session mar . java.fullversionjre .. ibm windows cn...
[Editor Mgmt] Unable to read workbench state due to ArrayIndexOutOfBoundsException in NavigationHistory.restoreState
Build id: 200303071024; ; Reopening a workspace I created today for testing this build; I got a message ; saying:; ; Unable to read workbench state. Workbench UI layout will be reset.; ; I had no crashes in previous sessions. Unfortunately; I couldnt reproduce it ; anymore.; ; Here is the log file:; ; !SESSION Mar 07;...
UI
P2
RESOLVED
FIXED
2.1
2003-03-07 15:42:00 -0500
2003-03-21 11:26:48 -0500
editor mgmt unable to read workbench state due to arrayindexoutofboundsexception in navigationhistory.restorestate id reopening a workspace i created today for testing this i got a message saying unable to read workbench state. workbench ui layout will be reset. i had no crashes in previous sessions. unfortunatel...
editor mgmt unable read workbench state due arrayindexoutofboundsexception navigationhistory restorestate editor mgmt unable read workbench state due arrayindexoutofboundsexception navigationhistory restorestate editor mgmt unable read workbench state due arrayindexoutofboundsexception navigationhistory restorestate re...
65,053
keybindings key bindings stop working
my key bindings periodically stop working all bindings not just my custom ones in eclipse .rc on linux fedora core . i can get them back by going to the keybindings pref page and clicking ok without changing anything
[KeyBindings] Key bindings stop working
My key bindings periodically stop working (all bindings; not just my custom; ones) in eclipse 3.0RC1 on linux fedora core 2.; ; I can get them back by going to the keybindings pref page and clicking Ok; without changing anything
SWT
P3
RESOLVED
FIXED
3.0
2004-06-01 12:43:00 -0400
2005-05-25 08:06:09 -0400
keybindings key bindings stop working my key bindings periodically stop working all bindings not just my custom ones in eclipse .rc on linux fedora core . i can get them back by going to the keybindings pref page and clicking ok without changing anything
keybindings key bindings stop working keybindings key bindings stop working keybindings key bindings stop working key bindings periodically stop working bindings not custom ones eclipse rc linux fedora core can back going keybindings pref page clicking ok without changing anything
44,443
tasks problems view should filter more efficiently
each time a change occurs in the problems view the filtering mechanism is called too often times at least. each time getelements is called all the problem markers are retrieved and the filters applied to the whole list. this happens even for updating the title of the view to tell you how many items are in the vi...
[Tasks] Problems View should filter more efficiently
Each time a change occurs in the Problems View; the filtering mechanism is ; called too often (3 times at least). Each time getElements() is called; all ; the problem markers are retrieved and the filters applied to the whole list. ; This happens even for updating the title of the view (to tell you how many ; items a...
UI
P2
VERIFIED
FIXED
3.0
2003-10-08 10:35:00 -0400
2004-09-23 14:55:00 -0400
tasks problems view should filter more efficiently each time a change occurs in the problems view the filtering mechanism is called too often times at least. each time getelements is called all the problem markers are retrieved and the filters applied to the whole list. this happens even for updating the title of...
tasks problems view filter efficiently tasks problems view filter efficiently tasks problems view filter efficiently time change occurs problems view filtering mechanism called often times least time getelements called problem markers retrieved filters applied whole list happens updating title view tell items view caus...
42,813
anonymous does not have cvs access to eclipse modules on dev.eclipse.org
when logged in to cvs as anonymous on dev.eclipse.org all the modules such as platformui platform pde etc that are supposed to contain groups of plugins show up empty.
Anonymous does not have CVS access to Eclipse modules on dev.eclipse.org
When logged in to CVS as anonymous on dev.eclipse.org; all the modules (such as; platform-ui; platform; pde; etc) that are supposed to contain groups of plugins; show up empty.
Team
P3
RESOLVED
FIXED
3.0
2003-09-09 14:35:00 -0400
2003-09-15 10:00:05 -0400
anonymous does not have cvs access to eclipse modules on dev.eclipse.org when logged in to cvs as anonymous on dev.eclipse.org all the modules such as platformui platform pde etc that are supposed to contain groups of plugins show up empty.
anonymous not cvs access eclipse modules dev eclipse org anonymous not cvs access eclipse modules dev eclipse org anonymous not cvs access eclipse modules dev eclipse org logged cvs anonymous dev eclipse org modules platformui platform pde supposed contain groups plugins show empty
72,286
eclipsesimplified chinese cannot type at all in eclipse after pressing and holding the backspace key for a couple of seconds
used eclipse . m on a simplified chinese redhat linux box steps start eclipse select filenew project select simple project enter a name use at least characters attempt to delete the name you just entered by moving the cursor at the end of the name and pressing and holding the backspace key. the delete operation see...
Eclipse-Simplified chinese: Cannot type at all in Eclipse after pressing and holding the backspace key for a couple of seconds
Used Eclipse 3.1 M1 on a Simplified Chinese RedHat Linux box; Steps:; ; Start Eclipse ; Select File>New Project; Select Simple Project; Enter a name (use at least 8 characters); Attempt to delete the name you just entered by moving the cursor at the end of ; the name and pressing and holding the backspace key.; ->The d...
SWT
P2
RESOLVED
WORKSFORME
3.0
2004-08-19 11:38:00 -0400
2004-11-09 21:01:33 -0500
eclipsesimplified chinese cannot type at all in eclipse after pressing and holding the backspace key for a couple of seconds used eclipse . m on a simplified chinese redhat linux box steps start eclipse select filenew project select simple project enter a name use at least characters attempt to delete the name you j...
eclipsesimplified chinese cannot type eclipse pressing holding backspace key couple seconds eclipsesimplified chinese cannot type eclipse pressing holding backspace key couple seconds eclipsesimplified chinese cannot type eclipse pressing holding backspace key couple seconds eclipse simplified chinese redhat linux box ...
19,282
cvs core repository browsing hand when connection is down
i was browsing the dev.eclipse repository when my internet connection went down. eclipse just hang with no ui refresh. i had to kill it. here is the stack dump of the threads that were running snapshot prio tidxfbe nidx waiting on monitor xff..xffdbcat java.lang.object.waitnative methodat org.eclipse.core.internal....
[CVS Core] repository browsing hand when connection is down
Build 20020602; ; I was browsing the dev.eclipse repository when my internet connection went ; down. Eclipse just hang with no UI refresh. I had to kill it.; ; Here is the stack dump of the threads that were running:; ; Snapshot prio=5 tid=0x14fb7e70 nid=0x434 waiting on monitor ; [0x162ff000..0x162ffdbc]; at j...
Team
P1
RESOLVED
FIXED
2.0
2002-06-05 06:18:00 -0400
2002-09-09 12:57:47 -0400
cvs core repository browsing hand when connection is down i was browsing the dev.eclipse repository when my internet connection went down. eclipse just hang with no ui refresh. i had to kill it. here is the stack dump of the threads that were running snapshot prio tidxfbe nidx waiting on monitor xff..xffdbcat java....
cvs core repository browsing hand connection cvs core repository browsing hand connection cvs core repository browsing hand connection browsing dev eclipse repository internet connection went eclipse hang no ui refresh kill stack dump threads running snapshot prio tidxfbe nidx waiting monitor xff xffdbcat java lang obj...
65,268
projection editor is missing collapse all action for code folding
from preferencesworkbenchkeysedit category edit there are actions expand i.e. expand current and expand all but collapse has no collapse all equivalent this is one of the necessary imo enhacements to code folding to make it usable and useful along with collapsing headers bug and performance enhancements
[projection] editor is missing collapse all action for code folding
From preferences|Workbench|Keys|Edit ; category Edit; ; there are actions expand (i.e. expand current) and expand all; but collapse has no collapse all equivalent; ; this is one of the necessary IMO enhacements to code folding to make it usable; and useful; along with collapsing headers (bug 61328) and performance enha...
Text
P2
VERIFIED
FIXED
3.0
2004-06-02 07:02:00 -0400
2005-09-20 06:50:30 -0400
projection editor is missing collapse all action for code folding from preferencesworkbenchkeysedit category edit there are actions expand i.e. expand current and expand all but collapse has no collapse all equivalent this is one of the necessary imo enhacements to code folding to make it usable and useful along wit...
projection editor missing collapse action code folding projection editor missing collapse action code folding projection editor missing collapse action code folding preferencesworkbenchkeysedit category edit actions expand expand current expand collapse no collapse equivalent necessary imo enhacements code folding make...
79,336
consistency dont get mouseexit while button is down
nstall the heap status plugin httpdev.eclipse.orgviewcvsindex.cgiecheckouteplatformuihomedev.htmlutilities click down on the gc button t appears armed darker grey backgrond move the pointer outside the button t remains armed thiss despitet having code to disarm on mouseexit. talked to veronika aboutt. she said th...
[consistency] Dont get MouseExit while button is down
build I20041116; ; - Install the heap status plug-in:; http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-ui-home/dev.html#utilities; - click down on the GC button; - it appears armed (darker grey backgrond); - move the pointer outside the button; - it remains armed; ; This is despite it having code to di...
SWT
P3
RESOLVED
WONTFIX
3.0
2004-11-23 15:18:00 -0500
2005-06-08 18:06:55 -0400
consistency dont get mouseexit while button is down nstall the heap status plugin httpdev.eclipse.orgviewcvsindex.cgiecheckouteplatformuihomedev.htmlutilities click down on the gc button t appears armed darker grey backgrond move the pointer outside the button t remains armed thiss despitet having code to disarm on ...
consistency mouseexit button consistency mouseexit button consistency mouseexit button nstall heap status plugin httpdev eclipse orgviewcvsindex cgiecheckouteplatformuihomedev htmlutilities click gc button appears armed darker grey backgrond move pointer outside button remains armed thiss despitet code disarm mouseexit...
54,860
viewers widget is disposed from synchronizemodelproviderlabelupdatejob
michael you know that stack trace was looking at when you camen just now...ts coming from synchronizemodelproviderlabelupdatejob. whats stranges that the views still open andm only using a single window. after this happened the sync view has a tree buts not showing any labels. does the sync view ever recreatets tree ...
[Viewers] Widget is disposed from SynchronizeModelProvider$LabelUpdateJob
build I20040310; ; Michael; you know that stack trace I was looking at when you came in just now...; Its coming from SynchronizeModelProvider$LabelUpdateJob.; Whats strange is that the view is still open; and Im only using a single ; window.; After this happened; the sync view has a tree; but is not showing any labels....
UI
P3
RESOLVED
WORKSFORME
3.0
2004-03-15 13:23:00 -0500
2004-03-17 15:04:35 -0500
viewers widget is disposed from synchronizemodelproviderlabelupdatejob michael you know that stack trace was looking at when you camen just now...ts coming from synchronizemodelproviderlabelupdatejob. whats stranges that the views still open andm only using a single window. after this happened the sync view has a tree...
viewers widget disposed synchronizemodelproviderlabelupdatejob viewers widget disposed synchronizemodelproviderlabelupdatejob viewers widget disposed synchronizemodelproviderlabelupdatejob michael know stack trace looking camen now ts coming synchronizemodelproviderlabelupdatejob stranges views open andm single window ...
5,838
navigation should support both a step into and step over
swt feedback it can be really annoying when you have many changes in a range to step over each one.
[Navigation] Should support both a step into and step over
SWT Feedback:; It can be really annoying when you have many changes in a range to step over ; each one.
Compare
P2
VERIFIED
FIXED
2.0
2001-11-13 08:51:00 -0500
2006-12-12 09:25:03 -0500
navigation should support both a step into and step over swt feedback it can be really annoying when you have many changes in a range to step over each one.
navigation support step step navigation support step step navigation support step step swt feedback can annoying changes range step
90,393
. m file global search and replace cannot write file
. m file global search and replace cannot write file. i try to replace a word that occurs in multiple files in a project. i do this using the file search and replace dialog. eclipse correctly searches and indicates that the files need to be opened for editing i am using perforce source code control. then when i try ...
3.1 M6: File Global Search and Replace cannot write file
3.1 M6: File Global Search and Replace cannot write file.; ; I try to replace a word that occurs in multiple files in a project.; I do this using the File Search and Replace dialog. Eclipse correctly; searches and indicates that the files need to be opened for editing; (I am using Perforce source code control). Then ...
Search
P3
RESOLVED
FIXED
3.1
2005-04-05 19:06:00 -0400
2005-05-09 08:36:15 -0400
. m file global search and replace cannot write file . m file global search and replace cannot write file. i try to replace a word that occurs in multiple files in a project. i do this using the file search and replace dialog. eclipse correctly searches and indicates that the files need to be opened for editing i am ...
file global search replace cannot write file file global search replace cannot write file file global search replace cannot write file file global search replace cannot write file try replace word occurs multiple files project file search replace dialog eclipse correctly searches indicates files need opened editing per...
52,780
workbench preference setting to revert to classic look in ide please
i could not see this as an existing separate bug request and it must be programmatically exposed to rcp apps that dont show windows preferences
[Workbench] Preference setting to revert to classic look in IDE - please
I could not see this as an existing separate bug request; And it must be programmatically exposed to RCP apps that dont show WIndows-; >Preferences
UI
P3
RESOLVED
FIXED
3.0
2004-02-22 18:27:00 -0500
2004-07-06 14:41:36 -0400
workbench preference setting to revert to classic look in ide please i could not see this as an existing separate bug request and it must be programmatically exposed to rcp apps that dont show windows preferences
workbench preference setting revert classic look ide please workbench preference setting revert classic look ide please workbench preference setting revert classic look ide please not existing separate bug request must programmatically exposed rcp apps show windows preferences
5,700
backforward actions
it would be nice to have backforward actions similar to that of a web browser. before going to a new class or method the current position is recorded in the history list. the list can then be traversed using the backforward actions. this should work for all commands that go to another class or method for example li...
Back/forward actions
It would be nice to have back/forward actions similar to that of a web browser. ; Before going to a new class or method; the current position is recorded in the ; history list. The list can then be traversed using the back/forward actions. ; This should work for all commands that go to another class or method; for ; ex...
Text
P2
RESOLVED
FIXED
2.0
2001-11-09 05:13:00 -0500
2003-07-16 07:14:03 -0400
backforward actions it would be nice to have backforward actions similar to that of a web browser. before going to a new class or method the current position is recorded in the history list. the list can then be traversed using the backforward actions. this should work for all commands that go to another class or me...
backforward actions backforward actions backforward actions nice backforward actions similar web browser going new class method current position recorded history list list can traversed backforward actions work commands go class method example go declaration clicking classes methods tree
42,892
bidi images are misaligned in rtl menu items
bidi bugs in coolbartoolbar. please see attachment for details.
BIDI: Images are misaligned in RTL menu items
BiDi bugs in CoolBar/ToolBar. Please see attachment for details.
SWT
P1
RESOLVED
WONTFIX
2.1.1
2003-09-10 14:56:00 -0400
2007-07-21 11:20:08 -0400
bidi images are misaligned in rtl menu items bidi bugs in coolbartoolbar. please see attachment for details.
bidi images misaligned rtl menu items bidi images misaligned rtl menu items bidi images misaligned rtl menu items bidi bugs coolbartoolbar please attachment details
72,000
run as application duplicate menmonics
form bug run as application keyboard sequence does not work anymore... in eclipse . pressing altrs made was equivalent to run as application. now in the run menu there is a skip all breakpoints that prevents this command. by the way why there is no simple shortcut to launch a java class with a main method
Run as Application: duplicate menmonics
Form bug 71984:; ; * run as application keyboard sequence does not work anymore... in Eclipse ; 2.1 pressing ALT-R-S-2 made was equivalent to run as application. Now in ; the run menu there is a &Skip all breakpoints that prevents this command. ; (By the way; why there is no simple shortcut to launch a java class...
Debug
P3
VERIFIED
FIXED
3.0
2004-08-15 17:13:00 -0400
2004-09-01 15:22:22 -0400
run as application duplicate menmonics form bug run as application keyboard sequence does not work anymore... in eclipse . pressing altrs made was equivalent to run as application. now in the run menu there is a skip all breakpoints that prevents this command. by the way why there is no simple shortcut to launch a j...
run application duplicate menmonics run application duplicate menmonics run application duplicate menmonics form bug run application keyboard sequence not work anymore eclipse pressing altrs made equivalent run application now run menu skip breakpoints prevents command no simple shortcut launch java class main method
12,028
npe in team actions on welcome page
selecting any of the cvsteam links on the welcome page causes npes.
NPE in Team actions on welcome page
Build 20020319; Selecting any of the CVS/Team links on the Welcome page causes NPEs.
Releng
P3
RESOLVED
FIXED
2.0
2002-03-21 10:58:00 -0500
2002-05-08 11:31:55 -0400
npe in team actions on welcome page selecting any of the cvsteam links on the welcome page causes npes.
npe team actions welcome page npe team actions welcome page npe team actions welcome page selecting cvsteam links welcome page causes npes
28,154
preferences cannot disable autobuild
my existing workspace was not in auto mode and when starting this new sdk it automatically got turned to auto. any attempt to disable it is useless...
[Preferences] Cannot disable autobuild
Build 20021210; ; My existing workspace was not in autobuild mode; and when starting this new; SDK build; it automatically got turned to autobuild.; ; Any attempt to disable it is useless...
UI
P3
CLOSED
FIXED
2.1
2002-12-12 04:44:00 -0500
2005-05-10 14:56:33 -0400
preferences cannot disable autobuild my existing workspace was not in auto mode and when starting this new sdk it automatically got turned to auto. any attempt to disable it is useless...
preferences cannot disable autobuild preferences cannot disable autobuild preferences cannot disable autobuild existing workspace not auto mode starting new sdk automatically turned auto attempt disable useless
17,102
editormgmt user gets prompted to save the same resource twice
on i was performing a check out as project while i had a dirty junit test case in different workbench windows. i was prompted to save the same resource twice.
[EditorMgmt] User gets prompted to save the same resource twice
On 0519 build; I was performing a check out as project while I had a dirty ; JUnit test case in 2 different Workbench Windows. I was prompted to save the ; same resource twice.
UI
P2
RESOLVED
DUPLICATE
2.0
2002-05-22 17:40:00 -0400
2006-12-18 14:15:05 -0500
editormgmt user gets prompted to save the same resource twice on i was performing a check out as project while i had a dirty junit test case in different workbench windows. i was prompted to save the same resource twice.
editormgmt user gets prompted save resource twice editormgmt user gets prompted save resource twice editormgmt user gets prompted save resource twice performing check project dirty junit test case different workbench windows prompted save resource twice
7,235
contributions need dispose for action delegates
action delegates should have a dispose method so they can unhook any listeners they have hooked. see bug .
[Contributions] Need dispose() for action delegates
Action delegates should have a dispose() method so they can unhook any ; listeners they have hooked.; ; See bug 7122.
UI
P3
RESOLVED
FIXED
2.0
2002-01-03 10:25:00 -0500
2002-12-02 14:57:31 -0500
contributions need dispose for action delegates action delegates should have a dispose method so they can unhook any listeners they have hooked. see bug .
contributions need dispose action delegates contributions need dispose action delegates contributions need dispose action delegates action delegates dispose method can unhook listeners hooked bug
64,062
fontcolour window tabs have all colours of rainbow
see attached .gif tabs have all kinds of colours and are unreadable. appears since upgrading to . m
[Font/Colour] Window tabs have all colours of rainbow
See attached .gif; Tabs have all kinds of colours and are unreadable.; ; Appears since upgrading to 3.0 M9
SWT
P3
RESOLVED
WONTFIX
3.0
2004-05-26 06:15:00 -0400
2004-09-14 05:04:10 -0400
fontcolour window tabs have all colours of rainbow see attached .gif tabs have all kinds of colours and are unreadable. appears since upgrading to . m
fontcolour window tabs colours rainbow fontcolour window tabs colours rainbow fontcolour window tabs colours rainbow attached gif tabs kinds colours unreadable appears upgrading
91,625
indexedvaluepartitions getvariables is inefficient
the getvariables method from indexedvaluepartition calls getvariablesoffset for each variable inside the partition to construct an array of variables to return. this method will be more efficient if it simply calls getvariablesoffset length.
IndexedValuePartitions #getVariables is inefficient
The #getVariables method from IndexedValuePartition calls #getVariables(offset); for each variable inside the partition to construct an array of variables to; return. ; ; This method will be more efficient if it simply calls #getVariables(offset;; length).
Debug
P3
VERIFIED
FIXED
3.1
2005-04-15 18:22:00 -0400
2005-04-22 09:28:38 -0400
indexedvaluepartitions getvariables is inefficient the getvariables method from indexedvaluepartition calls getvariablesoffset for each variable inside the partition to construct an array of variables to return. this method will be more efficient if it simply calls getvariablesoffset length.
indexedvaluepartitions getvariables inefficient indexedvaluepartitions getvariables inefficient indexedvaluepartitions getvariables inefficient getvariables method indexedvaluepartition calls getvariablesoffset variable inside partition construct array variables return method efficient calls getvariablesoffset length
14,740
swtexception in repository properties page
created new repository connection with wrong password kept it anyway went to properties page changed password also incorrect hit ok got entry org.eclipse.team.cvs.uifri apredt message an internal error has occurred consult the error log for details. stack org.eclipse.swt.swtexception invalid thread access at or...
SWTException in repository properties page
Build 20020425; ; - created new repository connection with wrong password; - kept it anyway; - went to properties page; - changed password (also incorrect); - hit OK; - got:; ; !ENTRY org.eclipse.team.cvs.ui 4 1 Fri Apr 26 10:04:43 EDT 2002; !MESSAGE An internal error has occurred; consult the error log for details.; !...
Team
P3
RESOLVED
FIXED
2.0
2002-04-26 10:06:00 -0400
2002-04-29 12:06:12 -0400
swtexception in repository properties page created new repository connection with wrong password kept it anyway went to properties page changed password also incorrect hit ok got entry org.eclipse.team.cvs.uifri apredt message an internal error has occurred consult the error log for details. stack org.eclipse.sw...
swtexception repository properties page swtexception repository properties page swtexception repository properties page created new repository connection wrong password kept anyway went properties page changed password incorrect hit ok entry org eclipse team cvs uifri apredt message internal error occurred consult erro...
28,343
decorators ui freezes while checking out project
i was checking out org.eclipse.jdt.ui.tests.refactoring and the whole ui froze at the end of the operation progress dialog was still up and cpu was at . note that i use the cvs label decorator. here is the stack of the main thread main prio tidxd nidxaac runnable e..fcat org.eclipse.swt.internal.win.os.sendmessagewn...
[Decorators] UI freezes while checking out project
Build 20021213; ; I was checking out org.eclipse.jdt.ui.tests.refactoring and the whole UI froze ; at the end of the operation (progress dialog was still up) and CPU was at 100%.; ; Note that I use the CVS label decorator. Here is the stack of the main thread:; ; main prio=5 tid=0x00234D48 nid=0xaac runnable [6e000..6f...
UI
P1
CLOSED
FIXED
2.1
2002-12-15 13:19:00 -0500
2005-05-10 14:53:59 -0400
decorators ui freezes while checking out project i was checking out org.eclipse.jdt.ui.tests.refactoring and the whole ui froze at the end of the operation progress dialog was still up and cpu was at . note that i use the cvs label decorator. here is the stack of the main thread main prio tidxd nidxaac runnable e..f...
decorators ui freezes checking project decorators ui freezes checking project decorators ui freezes checking project checking org eclipse jdt ui tests refactoring whole ui froze end operation progress dialog cpu use cvs label decorator stack main thread main prio tidxd nidxaac runnable fcat org eclipse swt internal win...
55,537
workspace launcher use this as default does not work
the new workbench launcher option on startup to use this as the default and do not ask again. does not work for me. i am asked every time irregardless of my selection.
Workspace Launcher Use this as default does not work
200403220800; ; The new Workbench Launcher option on startup to Use this as the default and do; not ask again. does not work for me. I am asked every time irregardless of my; selection.
UI
P3
RESOLVED
FIXED
3.0
2004-03-22 10:54:00 -0500
2004-05-26 08:41:27 -0400
workspace launcher use this as default does not work the new workbench launcher option on startup to use this as the default and do not ask again. does not work for me. i am asked every time irregardless of my selection.
workspace launcher use default not work workspace launcher use default not work workspace launcher use default not work new workbench launcher option startup use default not ask not work asked every time irregardless selection
7,564
api change review org.eclipse.team.core story
how can a class that implements iteamprovider be run headless if it implements the validateedit method which passes a shell
API CHANGE: Review org.eclipse.team.core story
How can a class that implements ITeamProvider be run headless if it implements ; the validateEdit method which passes a shell?
Team
P3
VERIFIED
FIXED
2.0
2002-01-14 14:43:00 -0500
2002-04-09 09:16:49 -0400
api change review org.eclipse.team.core story how can a class that implements iteamprovider be run headless if it implements the validateedit method which passes a shell
api change review org eclipse team core story api change review org eclipse team core story api change review org eclipse team core story can class implements iteamprovider run headless implements validateedit method passes
28,190
middle area should act like sash
n a compare view can currently adjust the split between the two sides by dragging the middle arean the header. this should also be supportedn the middle area below.
Middle area should act like sash
build I20021210; ; In a compare view; I can currently adjust the split between the two sides by ; dragging the middle area in the header.; This should also be supported in the middle area below.
Compare
P3
RESOLVED
FIXED
2.1
2002-12-12 11:30:00 -0500
2003-03-03 09:11:54 -0500
middle area should act like sash n a compare view can currently adjust the split between the two sides by dragging the middle arean the header. this should also be supportedn the middle area below.
middle area act sash middle area act sash middle area act sash compare view can currently adjust split sides dragging middle arean header supportedn middle area
78,081
keybindings interactions some key bindings switch keyboard layout
i m i was working away this morning and everything was fine. then all of a sudden i noticed that when i hit shift expecting double quotes a symbol was printed to the editor. when i hit shift for a symbol i got the double quotes. i also noticed that the british pound symbol was printed. cant remember the key sequen...
[KeyBindings] interactions: Some key bindings switch keyboard layout
build i1105 (M3); ; I was working away this morning and everything was fine. Then all of a sudden I; noticed that when I hit shift+ (expecting double quotes); a @ symbol was; printed to the editor. When I hit shift-2 for a @ symbol; I got the double quotes.; ; I also noticed that the British pound symbol was printed. (...
UI
P5
RESOLVED
WONTFIX
3.0
2004-11-08 11:45:00 -0500
2010-03-10 09:18:41 -0500
keybindings interactions some key bindings switch keyboard layout i m i was working away this morning and everything was fine. then all of a sudden i noticed that when i hit shift expecting double quotes a symbol was printed to the editor. when i hit shift for a symbol i got the double quotes. i also noticed that t...
keybindings interactions key bindings switch keyboard layout keybindings interactions key bindings switch keyboard layout keybindings interactions key bindings switch keyboard layout working away morning everything fine sudden noticed hit shift expecting double quotes symbol printed editor hit shift symbol double quote...
54,559
viewmgmt no part closed notification when view shared across perspectives
i checked out org.eclipse.jface org.eclipse.ui and org.eclipse.ui.workbench from head in order to pick up a new api that was added to the workbench. but in my testing im not getting any partclosed notifications. by debugging ive verified that my part listener is being registered with the active workbench page. ive g...
[ViewMgmt] No part closed notification when view shared across perspectives
I checked out org.eclipse.jface; org.eclipse.ui; and org.eclipse.ui.workbench from HEAD in order ; to pick up a new API that was added to the workbench. But in my testing; Im not getting any; partClosed() notifications.; ; By debugging; Ive verified that my part listener is being registered with the active workbench ; ...
UI
P3
RESOLVED
WONTFIX
3.0
2004-03-11 18:20:00 -0500
2009-08-30 02:15:24 -0400
viewmgmt no part closed notification when view shared across perspectives i checked out org.eclipse.jface org.eclipse.ui and org.eclipse.ui.workbench from head in order to pick up a new api that was added to the workbench. but in my testing im not getting any partclosed notifications. by debugging ive verified that m...
viewmgmt no part closed notification view shared across perspectives viewmgmt no part closed notification view shared across perspectives viewmgmt no part closed notification view shared across perspectives checked org eclipse jface org eclipse ui org eclipse ui workbench head order pick new api added workbench testing...
5,184
cvs core ui ext provide ui for configuring ext parameters on location
the ext method is supported however there is no ui to configure at a per connection level.
[CVS Core UI] EXT: provide ui for configuring ext parameters on location
The EXT method is supported; however; there is no ui to configure at a per ; connection level.
Team
P3
RESOLVED
WONTFIX
2.0
2001-10-23 12:59:00 -0400
2005-05-09 08:57:42 -0400
cvs core ui ext provide ui for configuring ext parameters on location the ext method is supported however there is no ui to configure at a per connection level.
cvs core ui ext provide ui configuring ext parameters location cvs core ui ext provide ui configuring ext parameters location cvs core ui ext provide ui configuring ext parameters location ext method supported no ui configure per connection level
58,364
on .m the show previous searches button does not bring up a dialog display
with .m on solaris and hpux. platforms the show previous searches button renamed from .m previous search results did not bring up a dialog display as in .m. you just have to perform some search. then from the search view click on the show previous searches button. nothing happen. in .m a previous dialog box will...
On 3.0M8 the Show Previous Searches button does not bring up a dialog display
With 3.0M8 on Solaris 9 and HPUX-11.11 platforms; the Show Previous Searches ; button (renamed from 3.0M7 Previous Search Results) did not bring up a dialog ; display as in 3.0M7.; ; To reproduce; you just have to perform some search. Then from the Search view ; click on the Show Previous Searches button. Nothing happe...
Search
P3
RESOLVED
FIXED
3.0
2004-04-13 16:01:00 -0400
2004-05-14 10:53:01 -0400
on .m the show previous searches button does not bring up a dialog display with .m on solaris and hpux. platforms the show previous searches button renamed from .m previous search results did not bring up a dialog display as in .m. you just have to perform some search. then from the search view click on the show ...
show previous searches button not bring dialog display show previous searches button not bring dialog display show previous searches button not bring dialog display solaris hpux platforms show previous searches button renamed previous search results not bring dialog display perform search search view click show previou...
55,581
keybindings pressing ctrlf again closes editor list
pressng ctrlf opens a lst of open edtors for easly swtchng between them. wth ths after the lst s appearng pressng ctrlf agan closes t t used to traverse the lst of edtors.
[KeyBindings] pressing Ctrl-F6 again closes editor list
i20040322; ; Pressing Ctrl-F6 opens a list of open editors for easily switching between them.; With this build; after the list is appearing; pressing Ctrl-F6 again closes it; (it used to traverse the list of editors).
UI
P1
VERIFIED
FIXED
3.0
2004-03-22 14:58:00 -0500
2004-04-08 17:10:10 -0400
keybindings pressing ctrlf again closes editor list pressng ctrlf opens a lst of open edtors for easly swtchng between them. wth ths after the lst s appearng pressng ctrlf agan closes t t used to traverse the lst of edtors.
keybindings pressing ctrlf closes editor list keybindings pressing ctrlf closes editor list keybindings pressing ctrlf closes editor list pressng ctrlf opens lst open edtors easly swtchng wth ths lst appearng pressng ctrlf agan closes traverse lst edtors
63,201
workbench fragment.xml of compatibility incomplete
the fragment.xml for org.eclipse.ui.workbench.compatibility does not have a provider entry. the following line should be added in the fragment declaration providernameprovidername no key needs to be added in the plugin.properties since this key is already there. below the updated version of the fragment.xml. xml ve...
[Workbench] Fragment.xml of compatibility incomplete
The fragment.xml for org.eclipse.ui.workbench.compatibility does not have a; provider entry.; ; The following line should be added in the fragment declaration:; provider-name=%providerName; ; No key needs to be added in the plugin.properties since this key is already there.; ; Below the updated version of the fragme...
UI
P3
RESOLVED
FIXED
3.0
2004-05-20 09:53:00 -0400
2004-06-10 19:47:39 -0400
workbench fragment.xml of compatibility incomplete the fragment.xml for org.eclipse.ui.workbench.compatibility does not have a provider entry. the following line should be added in the fragment declaration providernameprovidername no key needs to be added in the plugin.properties since this key is already there. bel...
workbench fragment xml compatibility incomplete workbench fragment xml compatibility incomplete workbench fragment xml compatibility incomplete fragment xml org eclipse ui workbench compatibility not provider entry following line added fragment declaration providernameprovidername no key needs added plugin properties k...
45,887
when selecting build before launching the build is not specific to the project launched but the whole workspace
from darin w the debug platform is performing the as controlled by the preference. the debug platform is not aware of what project is being launched a notion that is specific to a type of launch configuration which is contributed by other plugins. e.g. the junit launch config knows that it may pertain to a project bu...
When selecting Build before launching; the build is not specific to the project launched; but the whole workspace
From Darin W: the debug platform is performing the build as controlled by the; preference. The debug platform is not aware of what project is being launched -; a notion that is specific to a type of launch configuration; which is; contributed by other plug-ins. E.g. the JUnit launch config knows that it may; pertain to...
Debug
P2
VERIFIED
FIXED
2.1.1
2003-10-31 15:23:00 -0500
2004-05-06 18:01:06 -0400
when selecting build before launching the build is not specific to the project launched but the whole workspace from darin w the debug platform is performing the as controlled by the preference. the debug platform is not aware of what project is being launched a notion that is specific to a type of launch configurati...
selecting build launching build not specific project launched whole workspace selecting build launching build not specific project launched whole workspace selecting build launching build not specific project launched whole workspace darin debug platform performing controlled preference debug platform not aware project...
61,827
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...
(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 (0; 0; 0). However; once you actually ; draw the image on...
SWT
P3
RESOLVED
FIXED
3.0
2004-05-11 18:37:00 -0400
2004-08-31 21:57:34 -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...
End of preview.

No dataset card yet

Downloads last month
47