Hi, [...] >> AFAIK David (Ponce) has checked in a new wisent java-grammar which >> has full(!) Java 1.5 support - i do not know if this is contained >> in the released beta2 -
It is :-) This grammar (still experimental) should fully parse Java 1.5 code. To use it in place of the "standard" semantic Java 1.4 grammar add this to your .emacs file: ;; Setup CEDET (load (expand-file-name "<YOUR-cedet-1.0beta2a-DIR>/common/cedet") nil t) [...] ;; Use the full Java 1.5 grammar to parse Java files (autoload 'wisent-java-default-setup "wisent-java" "Hook run to setup Semantic in `java-mode'." nil nil) Enjoy! David
