JDE plugins

  • Integration with other tools
  • Problem searchers
    • JdeeFlymake: on-the-fly syntax checker
    • JdeeFindbugs: looks for bugs in Java code
    • JdeeLint: detects issues with locking, threading, performance, scalability, serialization, …
  • Edition tools
    • JdeeJalopy: a Java source code, formatter, beautifier, pretty printer
  • Information providers
    • JdeeUsages: finds callers of a method, subclasses, overrides, and other information about your Java classes
  • Programming helpers
    • JDIBUG, a new debugger for Java written in Elisp

猜你喜欢

转载自robinfung.iteye.com/blog/1964846