Java annotations
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
Java kernel does not support Java annotations right before class or interface declarations.
Class Codev.java
public Codev(String code, JavaEvaluator javaEvaluator) {
this.code = code;
this.lines = code.split("\n");
this.javaEvaluator = javaEvaluator;
this.pname = configurePackage();
configureImports();
//eg., some logic should be here to allow for @annotations
}
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting Codev.java, especially its constructor and the package/import configuration mentioned in the issue. Done means the Java kernel accepts annotations immediately before class or interface declarations; the issue names no test, so locate the relevant existing coverage before changing it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, jupyter-notebook
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100