I'm posting this reply just in case anyone else runs
into this issue. I don't understand the details, but
in any case, upgrading from cedet-1.0beta2a to
cedet-1.0beta2b solved the problem.
-exits
--- exits funnel <[EMAIL PROTECTED]> wrote:
> --text follows this line--
>
> Please enter the details of your bug report here
>
> Hello. I'm having trouble using completion. If I
> open a java buffer and enter the following:
>
> String s; s.
>
> and then, with point sitting just after the dot I do
> an M-x jde-complete I get an error which begins:
>
> jde-parse-import-list: Wrong number of arguments:
>
> I know very little lisp but I grepped through the
> jde
> code and it seems that jde-parse-import-list takes
> no
> arguments and is never called with any. For this
> simple case my jde-global-classpath is nil. I don't
> need to add anything for completion to work against
> the java.lang classes do I? I should also mention
> that though I've just recently upgraded to
> JDE234Beta5
> and ECB2.2.5, I'm almost certain that this problem
> existed when I was running Beta4 against 2.2.4. If
> I
> can provide any further information, let me know.
> Thanks in advance! Also, thanks for taking the time
> to work on the JDEE. I'm just starting to come up
> to
> speed but so far it seems really promising.
>
> -exits
>
> Emacs : GNU Emacs 21.3.1 (i386-redhat-linux-gnu, X
> toolkit, Xaw3d scroll bars)
> of 2003-05-22 on porky.devel.redhat.com
> Package: JDE version 2.3.4beta5
> Required packages: cedet-1.0beta2
>
>
> current state:
> ==============
> (setq
> jde-gen-session-bean-template
> '("(jde-import-insert-imports-into-buffer " " (list
> \"javax.ejb.*\""
> " \"java.rmi.RemoteException\"))" "'>"
> "(jde-wiz-update-implements-clause \"SessionBean\")"
> "'>"
> "(jde-gen-method-signature" " \"public\"" "
> \"void\"" " \"ejbActivate\"" " nil"
> " \"RemoteException\"" " )" "'>" "(if
> jde-gen-k&r " " ()" " 'n)" "\"{\"'>'n" "\"}\"'>'n
> 'n"
> "(jde-gen-method-signature" " \"public\"" "
> \"void\"" " \"ejbPassivate\"" " nil"
> " \"RemoteException\"" " )" "'>" "(if
> jde-gen-k&r " " ()" " 'n)" "\"{\"'>'n" "\"}\"'>'n
> 'n"
> "(jde-gen-method-signature" " \"public\"" "
> \"void\"" " \"ejbRemove\"" " nil" "
> \"RemoteException\""
> " )" "'>" "(if jde-gen-k&r " " ()" " 'n)"
> "\"{\"'>'n" "\"}\"'>'n 'n"
> "(jde-gen-method-signature"
> " \"public\"" " \"void\"" "
> \"setSessionContext\"" " \"SessionContext ctx\"" "
> \"RemoteException\""
> " )" "'>" "(if jde-gen-k&r " " ()" " 'n)"
> "\"{\"'>'n" "\"}\"'>'n 'n"
> "(jde-gen-method-signature"
> " \"public\"" " \"void\"" "
> \"unsetSessionContext\"" " nil" "
> \"RemoteException\"" " )" "'>"
> "(if jde-gen-k&r " " ()" " 'n)" "\"{\"'>'n"
> "\"}\"'>'n 'n" "'>")
> jde-gen-beep '("(end-of-line) '&"
> "\"Toolkit.getDefaultToolkit().beep();\"'>'n'>")
> jde-complete-signature-display '("Eldoc")
> jde-project-name "default"
> jde-which-method-format '("["
> jde-which-method-current "]")
> jde-run-classic-mode-vm nil
> jde-complete-unique-method-names nil
> jde-find-granularity '("Character")
> jde-which-method-max-length 20
> jde-javadoc-gen-nodeprecatedlist nil
> jde-imenu-include-classdef t
> jde-javadoc-gen-link-online nil
> jde-complete-display-result-type t
> jde-gen-code-templates '(("Get Set Pair" .
> jde-gen-get-set) ("main method" .
> jde-gen-main-method)
> ("toString method" . jde-gen-to-string-method)
> ("Action Listener" . jde-gen-action-listener)
> ("Change Listener" . jde-gen-change-listener)
> ("Window Listener" . jde-gen-window-listener)
> ("Mouse Listener" . jde-gen-mouse-listener)
> ("Mouse Motion Listener" .
> jde-gen-mouse-motion-listener)
> ("Inner Class" . jde-gen-inner-class)
> ("println"
> .. jde-gen-println) ("beep" . jde-gen-beep)
> ("property change support" .
> jde-gen-property-change-support) ("EJB Entity Bean"
> .
> jde-gen-entity-bean)
> ("EJB Session Bean" . jde-gen-session-bean))
> jde-gen-cflow-else '("'> \"else\""
> "(jde-gen-electric-brace
> jde-gen-conditional-padding-3)" "'r'n" "\"}\"" "(if
> jde-gen-comments "
> " '(l \" // end of else\"))" "'>'n")
> jde-jdk-registry nil
> jde-javadoc-gen-destination-directory "JavaDoc"
> jde-mode-line-format '("-" mode-line-mule-info
> mode-line-modified mode-line-frame-identification
> mode-line-buffer-identification " "
> global-mode-string " %[(" mode-name
> mode-line-process minor-mode-alist "%n" ")%]--"
> (line-number-mode "L%l--")
> (column-number-mode "C%c--") (-3 . "%p")
> (jde-which-method-mode ("--" jde-which-method-format
> "--")) "-%-")
> jde-mode-abbreviations '(("ab" . "abstract") ("bo"
> .
> "boolean") ("br" . "break") ("by" . "byte") ("byv" .
> "byvalue") ("cas" . "cast")
> ("ca" . "catch") ("ch" . "char") ("cl" .
> "class")
> ("co" . "const") ("con" . "continue") ("de" .
> "default")
> ("dou" . "double") ("el" . "else") ("ex" .
> "extends") ("fa" . "false") ("fi" . "final") ("fin"
> .
> "finally")
> ("fl" . "float") ("fo" . "for") ("fu" .
> "future")
> ("ge" . "generic") ("go" . "goto") ("impl" .
> "implements")
> ("impo" . "import") ("ins" . "instanceof")
> ("in"
> .. "int") ("inte" . "interface") ("lo" . "long")
> ("na" . "native") ("ne" . "new") ("nu" .
> "null")
> ("pa" . "package") ("pri" . "private") ("pro" .
> "protected")
> ("pu" . "public") ("re" . "return") ("sh" .
> "short") ("st" . "static") ("su" . "super") ("sw" .
> "switch")
> ("sy" . "synchronized") ("th" . "this") ("thr"
> .
> "throw") ("thro" . "throws") ("tra" . "transient")
> ("tr" . "true") ("vo" . "void") ("vol" .
> "volatile") ("wh" . "while"))
> jde-imenu-enable t
> jde-compile-option-verbose nil
> jde-check-version-flag t
> jde-db-option-heap-size '((1 . "megabytes") (16 .
> "megabytes"))
> jde-bug-debugger-host-address "exits2.hippo.com"
> jde-complete-add-space-after-method nil
> jde-run-option-enable-system-assertions nil
> jde-db-requested-breakpoint-face-colors '("black" .
> "yellow")
> jde-wiz-show-report t
> jde-javadoc-gen-use nil
> jde-gen-buffer-boilerplate nil
> jde-bug-raise-frame-p t
> jde-db-option-application-args nil
> jde-javadoc-gen-nonavbar nil
> jde-gen-final-methods t
> jde-run-option-interpret-mode nil
> jde-electric-return-p nil
> jde-javadoc-gen-nohelp nil
> jde-gen-jfc-app-buffer-template '("(funcall
> jde-gen-boilerplate-function)"
> "(jde-gen-get-package-statement)"
> "\"import java.awt.Dimension;\" '>'n"
> "\"import
> java.awt.Graphics;\" '>'n"
> "\"import java.awt.Graphics2D;\" '>'n"
> "\"import java.awt.Color;\" '>'n"
> "\"import java.awt.geom.Ellipse2D;\" '>'n"
> "\"import java.awt.event.WindowAdapter;\" '>'n"
> "\"import java.awt.event.WindowEvent;\" '>'n"
> "\"import javax.swing.JFrame;\" '>'n"
> "\"import javax.swing.JPanel;\" '>'n"
> "\"import
> javax.swing.JScrollPane;\" '>'n"
> "\"import javax.swing.JMenuBar;\" '>'n"
> "\"import javax.swing.JMenu;\" '>'n"
> "\"import java.awt.event.ActionEvent;\" '>'n"
> "\"import javax.swing.AbstractAction;\" '>'n '>'n"
> "(progn (require 'jde-javadoc)
> (jde-javadoc-insert-start-block))" "\" * \""
> "(file-name-nondirectory buffer-file-name)
> '>'n" "\" \" (jde-javadoc-insert-empty-line)"
> "\" \" (jde-javadoc-insert-empty-line)" "\" *
>
=== message truncated ===
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail