Community
Participate
Working Groups
During debugging application which consists of projects, which based both on 1.5 and 1.4 JDK, I often get a message from Debugger "Select Source File". This is ok, but how one could decide, which source file is the right one, if the displayed class name does not contain package/jar information (see attached screenshot). This is very irritating, because each time I always have 50/50 chance to select the right one... The same problem I have if the projects classpaths contains same libraries but with different versions (sometimes up to 3-4). I know that this smells, but our legacy code is not very good designed and we cannot remove this dependencies... Could you please provide a small enhancement and show at least either project name from which classpath the class should be choosed or source container info like jar file name etc. Probably something similar like OpenType dialog?
Created attachment 32646 [details] screenshot Attached screenshot shows java.net.URL class from 1.5 and 1.4 JDK - but I have no idea which one could be from 1.5 and which one from 1.4 :)
*** This bug has been marked as a duplicate of 56062 ***