Javier A. Ortiz Bultron
Javier A. Ortiz Bultron
I have a svn diff where parsing seems to miss the start of the second class. > Index: MyClass1.java > =================================================================== > --- MyClass1.java (nonexistent) > +++ MyClass1.java (working copy)...
Prevent breaking the parsing. Fix issue #24.
Fix issue #16
I thought this was another instance of #7 but it might be different. I was debugging the code and noticed it chocked on a XML diff that had lines starting...
I realized my last change didn't include a way to expose the new Proxy. Please add any needed tests as I couldn't figure out where and if they are needed...
Recently Draft was introduced to Gitlab but there is no way to filter for it like WIP currently. ``` new MergeRequestFilter() .withProjectId(project.getId()) .withState(MergeRequestState.OPENED) .withWip(false) ``` Ideally it would be similar:...
I have a test as follows: ``` await() .atMost(1, TimeUnit.MINUTES) .pollInterval(5, TimeUnit.SECONDS) .untilAsserted( () -> { ... generate logs }); ``` For some reason, the logs are not generated (logging...
##### **Overview of the issue** Error visualizing DB. ##### **Expected Outcome** DB visualization. ##### **Current Outcome** Prompt to fix the JoinColumns but never resolves the issue. ##### **Steps to Reproduce**(Only...
For some reason the many to many tables have no links to the tables they should. They are displayed as stand alone tables with not relationships. Here's the model I...