Petter M�hl�n writes: > Hi Paul, > > The patched jde-import.el is attached. Basically, what it does is to create > the list of fully expanded potential classes to import for each token, as > before. Then, it checks if any of the classes belongs to java.lang or the > current package, and if so, excludes all of them.
Hi Petter, This seems to be a rather blunt solution to the problem of synonyms for java.lang classes. What if I really do want xyz.String instead of java.lang.String? May I suggest the following solution. Suppose the JDEE includes, in addition to jde-import-exclude-packages, jde-import-exclude-classes? The new variable allows you to exclude individual classes without excluding an entire package. In particular, you coulde exclude xyz.String and java.lang.String without exculding other classes from the xyz package. Paul
