INRIA / INRIA/spoon

happy new year Spoon community!

Open
#5,067 0 comments 6 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
2k
Forks
393
Avg merge
11h 24m
Merged PRs (30d)
36

Description

Hi all, 2022 was a great year for Spoon with a very active community! Kudos and thank you to @I-Al-Istannen @MartinWitt @SirYwell @slarse @algomaster99 and co.

public class HappyNewYearProcessor extends AbstractManualProcessor {

	@Override
	public void process() {
		System.out.println(getFactory().Class().get(getClass().getCanonicalName()).getField("msg").getDefaultExpression());
	}

	String msg = "Happy 2023 🥳";
	
}
 

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue contains a community greeting and a Java example, but it does not identify a file, test, entry point, or requested change. There is no defined implementation or completion criterion for a newcomer to follow.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
content
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
1/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.