jdee icon indicating copy to clipboard operation
jdee copied to clipboard

The JDEE is an add-on software package that turns Emacs into a comprehensive system for creating, editing, debugging, and documenting Java applications.

Results 57 jdee issues
Sort by recently updated
recently updated
newest added

emacs 28 was forever griping about "for" having null value (i.e. unknown)

GNU Emacs 28.0.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2022-02-06 jdee-20191102.1426 java 17.0.1 2021-10-19 LTS Linux (Ubuntu-20.04) Debugger entered--Lisp error: (void-variable for) jdee-db-nullify-breakpoint-markers() kill-buffer(#) Buffer-menu-execute() electric-buffer-list(nil)...

emacs 27+ emits the message that "package cl is deprecated" upon loading packages that call it. (require 'loadhist) (file-dependents (feature-file 'cl)) This code lists jdee-maven.el as one such file. ###...

### My Emacs version: 27.0.91 built this morning. ### My JDEE version (elpa package date): Downloaded by `staight` today. ``` $ git reflog b510a29 (HEAD -> master, origin/master, origin/HEAD) HEAD@{0}:...

### My Emacs version: 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.14) ### My JDEE version (elpa package date): jdee 20191102.1426 installed ### My JDK version: 1.11 ### My Operating System...

### My Emacs version:26.1 ### My JDEE version (elpa package date):20190217.1029 ### My JDK version: openjdk 11.0.1 ### My Operating System (Linux/OSX/Windows X/Other): ubuntu and windows ### Stacktrace (if applicable):...

### My Emacs version: 27.0.90 (nightly build) ### My JDEE version (elpa package date): 20191102 ### My JDK version: 1.8.0_241 ### My Operating System (Linux/OSX/Windows X/Other): OS X ### Stacktrace...

### My Emacs version: 26.3 ### My JDEE version (elpa package date): 2.4.2 ### My JDK version: OpenJDK 13.0.1 ### My Operating System (Linux/OSX/Windows X/Other): Windows 10 ### Stacktrace (if...

When running flycheck on a java file the errors show up in the compilation buffer, and in the messages buffer, but not the flycheck errors buffer nor any highlighting in...

It would be nice to have JDEE provide a backend for both popular auto-complete engines, namely [autocomplete](https://github.com/auto-complete/auto-complete) and [company](http://company-mode.github.io).