Ok, thanks for the information... But in general it would be good to mention this in 
the first problem-posting becuase otherwise phrases like "I'm using ECB 2.2.5 and JDEE 
2.3.4" could cause confusion - at least in MY brain ;-))

Klaus

-----Original Message-----
From: exits funnel
To: Berndl, Klaus; '[EMAIL PROTECTED] '
Cc: '[EMAIL PROTECTED]'
Sent: 24.06.2004 14:45
Subject: Re: Reporting problems concerning JDEE and ECB (Was: Trouble with JDE  
Completion)

Klaus,

This problem has nothing to do with ECB which is why I
posted it to the JDE list.  I just triple checked this
by running JDE with ECB not even loaded and I see the
same behavior.  Thanks for taking the time to reply.

-exits

--- "Berndl, Klaus" <[EMAIL PROTECTED]> wrote:
> Not an answer to the problem below but a
> recommendation which would make it easier for me or
> Paul to reproduce problems.
> 
> It seems that there are some problem-reports either
> to the JDEE- or the ECB-mailing-list where the user
> writes he/she uses ECB and JDEE in combination. It
> would always good to test in which situations a
> problem occurs:
> 
> - ECB and JDEE active
> - only JDEE active but ECB deactivated
> - only ECB with deactivated JDEE (the latter one
> means, java-sources are 
>   running default java-mode and not jde-mode)
> 
> Then we can faster decide who has the trouble with
> the problem-fix ;-)
> 
> Klaus
> 
> -----Original Message-----
> From: exits funnel
> To: [EMAIL PROTECTED]
> Sent: 24.06.2004 03:38
> Subject: Trouble with JDE Completion
> 
> --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")
> 
=== message truncated ===



                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

Reply via email to