Hello Paul, I found a bug in the JDE 2.2.6beta1: The jde-sort-imports command is broken. The line 143 of jde-wiz.el must be changed from: (let* ((tokens (semantic-bovinate-toplevel nil nil t)) to: (let* ((tokens (semantic-bovinate-toplevel t)) to be compatible with semantic-1.3.1 API. Sincerely, David
