-
Notifications
You must be signed in to change notification settings - Fork 140
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
All objects in EOorg
package must be package private
#3059
Comments
@maxonfjvipon thanks for the report, but here some unclear moments:
Please fix the bug report in order it to get resolved faster. |
@maxonfjvipon I can do it |
@maxonfjvipon Looks like we cannot do it since |
@levBagryansky I think there should be a way to get access to package private constructor via reflection |
@maxonfjvipon It's not clean to use reflection to circumvent our own rules. I try to solve it in java semantic |
@yegor256 it seems to resolve it we should do something like:
WDYT? |
@maxonfjvipon @levBagryansky I suggest we close this issue. Reflection is not a good idea in this case. |
@yegor256 @maxonfjvipon Now |
@levBagryansky let's try. If there's no luck, then we should just make sure all classes in |
@maxonfjvipon or we can create a public class in |
@levBagryansky looks like some kind of portal from
What's your desicion? |
@maxonfjvipon wait for my pr |
@maxonfjvipon @levBagryansky |
@yegor256 @maxonfjvipon I faced the problem that inner packages like |
Done in #3103 |
For some reason all atoms and generated from EO java object has
public
in front of class and constructor.There's no need for that. All of them should be package private
The text was updated successfully, but these errors were encountered: