When i try to rename something in eclipse, it doesn't display the renaming menu. This is also a bug reported in eclipse ( https://bugs.eclipse.org/bugs/show_bug.cgi?id=37846 ). It seems like the bug fix wasn't entered in gentoo. Reproducible: Always Steps to Reproduce: 1. File -> new project -> test 2. Make file Test.java in the project 'test': public class Test { public static void main(String[] args) { test(); } public static void test() { } } 3. Select Test() and Refactor -> rename Actual Results: Nothing. Expected Results: Show a dialog box where you can enter the new name $emerge --info Portage 2.0.49-r15 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r8, 2.4.20-gentoo-r8) ================================================================= System uname: 2.4.20-gentoo-r8 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz Gentoo Base System version 1.4.3.11 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-O3 -march=pentium4 -funroll-loops -pipe" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-O3 -march=pentium4 -funroll-loops -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="sandbox ccache autoaddcvs" GENTOO_MIRRORS="http://ftp.gentoo.skynet.be/pub/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://gentoo.mirror.sdv.fr http://gentoo.tiscali.nl/gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://www.fhh.opensource-mirror.de/gentoo.org/ ftp://ftp.tiscali.nl/pub/mirror/gentoo ftp://ftp.gentoo.skynet.be/pub/gentoo/ http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo/ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 oss apm avi crypt encode foomaticdb gif jpeg libg++ mad mikmod mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib gdbm berkdb slang readline arts svga tcltk java mysql sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis qt motif opengl cdr X gtk gtk2 gnome kde alsa cups linguas_nl" $java -version java version "1.4.2_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_01-b06) Java HotSpot(TM) Client VM (build 1.4.2_01-b06, mixed mode)
Applied Debian's patch. Seems to work now. Available as dev-util/eclipse-sdk-2.1.2-r1