Open type dialog is empty - RSA (Rational Software Architetc) for WebSphere 7.5.0 on Linux (Ubuntu 9.04)

I have a new installation of RSA 7.5.3 on Linux (Ubuntu 9.04). I am creating a new workspace with one Java project. When I open the "open type" dialog, I get an empty field - see the attached screenshot . You may notice that there is no package at the bottom of the dialog box. when I try to search for a class, I get the following exception:

Error occurred during status handling
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: -1
at org.eclipse.jface.viewers.AbstractTableViewer$VirtualManager.resolveElement
(Unknown Source)!

- Jonathan

+3
source share
2 answers

, - developerworks!
, ... ;)

, RSA Java, , 192112.

, bugs.eclipse.org .


, OP Yonatan Maman : 240033.

3.3 3.4 Open Type, Open Type .

, Ubuntu , RHEL 5 .

Gail Gail ( 575873), GTK + GAIL, Fedora 9 10, Ubuntu 8.04 8.10 ..

eclipse3.5: :

/*
 *  Bug in GTK. With GTK 2.12, when assistive technologies is on, the time
 * it takes to add or remove several rows to the model is very long. This
 * happens because the accessible object asks each row for its data, including
 * the rows that are not visible. The the fix is to block the accessible object
 * from receiving row_added and row_removed signals and, at the end, send only
 * a notify signal with the "model" detail.
 */

alt text

0

, GTK.

eclipse.ini, eclipse, / :

--launcher.GTK_version
2

-startup. :.

-startup
plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.300.v20150602-1417
--launcher.GTK_version
2
0

Source: https://habr.com/ru/post/1716805/


All Articles