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 »

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.

Activity for tylerbakeman‭

Type On... Excerpt Status Date
Edit Post #291277 Initial revision 30 days ago
Answer A: How can one import two classes with the same name in Java8?
Elaborating with an example: Java doesn't allow imports to aliased (not currently), to my knowledge. The current standard is writing out the fully-qualified name: - - - - - - ClassA.java: package com.folder; // (the folder of this java file) public class ClassA { pu...
(more)
30 days ago
Edit Post #291275 Initial revision 30 days ago
Question Eclipse Custom Errors for Annotation Processing
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 di...
(more)
30 days ago
Comment Post #291181 It works. It took a little bit of time to implement. I updated my project setup and run comfigurations (mvn exec:java doesn’t configure to App.java in the project Program module, which Ill figure out next) This is a touch subject, so im really grateful for your time Thank you
(more)
about 1 month ago
Comment Post #291168 I encounter AP commonly, and it seems important. Though I've only seen it be used for generating new code, and processing old code. My interest in AP is really niche: I want to be able to use AP for data validation, but different from JUnit test cases (JUnit requires explicit testing). It's possib...
(more)
about 1 month ago
Edit Post #291167 Initial revision about 1 month ago
Question Maven JPA integration: processor not found
Personal Project: I am new to Maven and have spent a few weeks troubleshooting pom errors with chatGPT. Tutorials are hard to come by online, because annotation-processing in Java is more complicated than the sources I've found. Issue in summary: my annotation processor "cannot be found" but everyth...
(more)
about 1 month ago