-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cannot resolve symbol "NameStripper" #1
Comments
Sorry about that! I guess I forgot to commit that file. My source code currently does not compile, so I will just include here in the response the code that should be in NameStripper.java. package edu.baylor.ecs.prophet.bounded.context.utils.impl; import edu.baylor.ecs.cloudhubs.prophetdto.systemcontext.Entity; public class NameStripper {
} |
One must always have master branch in the way that we can compile it. What do you mean by that code snippet? That Vincent should add this code snippet instead of you? Not acceptable. Fix it yourself. It is your repository. We will talk tomorrow. |
Thank you for the clarification |
@i-laird I'm trying the build prophet-utils which has a dependency on bounded-context, but when I try to build bounded-context, I get a compilation error around the
NameStripper
class. It doesn't seem to have an implementation and I can't find where it is supposed to be declared; do you have any insight on this?I'm getting the error in
SimilarityUtilsImpl
(on line 188) andBoundedContextUtilsImpl
(on line 40).The text was updated successfully, but these errors were encountered: