Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Eclipse Custom Errors for Annotation Processing

+0
−0

In Eclipse, is it possible to setup custom errors or markers in the editor, for annotation processing?

For example, the standard squiggly lines with descriptions.

This question is not important. -- just asking out of curiosity.

After some failed research into this topic, there seem to be different packages available, but I haven't seen any working implementations of them.

I have a Maven project in Eclipse, where I had some help successfully setting up annotation processing. Errors and Warnings from the processor can be seen within the terminal, which is great. Just curious if it was possible to see those errors and warnings in the Java editor as well (just for convenience), so it can highlight the lines of code generating those errors.

~ ChatGPT insists it's "Easy" to setup, and only requires clicking a few buttons (buttons that don't exist in the projects properties).

~ There are also some forum postings that seem to suggest it is possible.


I do think it's possible to have "custom errors and warnings" in Eclipse editors,, buttt, I don't think it is "Easy".

I wanted to reach out here, and ask-- is it possible? (Before giving up on trying to set it up, because I'm happy with my setup regardless).

If it is possible, this question really has 2 topics:

  1. how "custom errors and warnings" or "markers" are setup
  2. how "annotation processing" is linked to to the error/ warning software

*in general

Thank you for your time!

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

0 answers

Sign up to answer this question »