twosigma / twosigma/beakerx

Java annotations

Open
#7,999 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.