-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[scr 1.4] constructor for injection must be public #1218
Comments
I'm working on this. |
Great. You are one of the students from CodeDays, aren't you? Much success on this task and don't hesitate to ask for help if you need any. |
Hey there everyone. I am a code day student working with @Tilak-21 on this ticket. After some time searching we have found what we believe is the location to write our solution. AnnotationVisitor.java line 258. We were curious if anyone here might be able to confirm that this is the location we need to apply a solution to? |
Reaching out here to see if we can clear up any misunderstandings about this ticket. I submitted what I believed to be a solution but it didn't fully match the parameters of what this ticket asks of. For me and the team I'm working with this ticket seems very vague and because of that it's been difficult to replicate exactly what we are trying to solve. If we can get some more specifics so we can clear up the miscommunication and have a clearer path to work with. Our CodeDay mentorship ended weeks ago but I still want to finish what my group started and see these issues through. CodeDay or no CodeDay. What I am misunderstanding can be found here Any help is appreciated. I do want to involve myself further than just codeday and join the open source scene but I really need someone to take me under their wing so to speak. |
Sorry for the delayed reply but the time before Christmas was very hectic.
Please see the example from my #1480 (review). With that it should be possible to resolve this issue.
|
If a constructor is used for injection that is package protected Felix SCR complains:
example is
This can be seen in the spec here:
PDE should emit an error in this case to the user.
The text was updated successfully, but these errors were encountered: