Skip to content
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

[MJAVADOC-617] Normalize module path so that '..' in the path are resolved #27

Merged
merged 6 commits into from Apr 8, 2020

Commits on Jul 19, 2019

  1. MJAVADOC-617 Normalize module path so that '..' in the path are resolved

    On line 2403 a path is removed from a map. The given path may not be normalized but the pathes in the map are. This leads to the fact that the project for the given path is not found. And therefore no javadoc for the project is generated.
    By normalizing the module path on line 2396 the code works event if the module path has '..' in it.
    weissreto committed Jul 19, 2019
    Copy the full SHA
    0cda525 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Copy the full SHA
    5f6d44c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    437d736 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0faa689 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. MJAVADOC-617 Refactor duplicated code into abstract sub classes

    - Refactor duplicated code into common new
    AbstractAggregateMavenProjectStub and
    AbstractAggregateChildMavenProjectStub classes
    - Fix toLowerCase without Locale
    - Simplify method getOverviewSummary and make it static
    weissreto committed Apr 1, 2020
    Copy the full SHA
    793f6f7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cc66703 View commit details
    Browse the repository at this point in the history