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

AISS L7 G02 - University work #1073

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 31, 2021

  1. Fixed minor bug in line 70 of jgraph-core/src/main/java/org/jgrapht/a…

    …lg/linkprediction/PreferentialAttachmentLinkPrediction.java
    gonmarfer2 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    4965f4f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Minor bug fixes:

    org.jgrapht.alg.linkprediction SaltonIndexLinkPrediction: L86 double cast
    org.jgrapht.alg.matching GreedyWeightedMatching: L117,119 double cast
    org.jgrapht.alg.cycle BergeGraphInspector: L648 double cast
    org.jgrapht.alg.matching PathGrowingWeightedMatching: L171,243 get() -> orElse(null)
    org.jgrapht.alg.cycle Cycles: L86 get() -> orElse(null)
    org.jgrapht.demo HelloJGraphT: L79 get() -> orElse(null)
    org.jgrapht.graph.guava ImmutableValueGraphAdapter: L220 get() -> orElse(null)
    org.jgrapht.graph.guava MutableValueGraphAdapter: L334 get() -> orElse(null)
    org.jgrapht.nio.matrix MatrixExporter: L249 double cast
    org.jgrapht.opt.graph.sparse.specifics IncomingNoReindexSparseDirectedSpecifics: L73 long cast
    gonmarfer2 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    5085989 View commit details
    Browse the repository at this point in the history
  2. More minor bug fixes:

    jgrapht-core/src/main/java/overview.html L4 Subsituted <b> by <strong>
    jgrapht-unimi-dsi/src/main/java/org/jgrapht/sux4j/SuccinctDirectedGraph.java L125,134 long cast
    jgrapht-core/src/main/java/org/jgrapht/alg/tour/PalmerHamiltonianCycle.java L131,133 commented assignments from self to self
    jgrapht-core/src/main/java/org/jgrapht/generate/netgen/NetworkGeneratorConfig.java L292 long cast
    jgrapht-core/src/main/java/org/jgrapht/traverse/ClosestFirstIterator.java L179 deleted hasNext() line that wasn't being used for anything
    jgrapht-unimi-dsi/src/main/java/org/jgrapht/sux4j/SuccinctIntDirectedGraph.java L121,130 long cast
    jgrapht-unimi-dsi/src/main/java/org/jgrapht/sux4j/SuccinctIntUndirectedDirectedGraph.java L121,130 long cast
    jgrapht-unimi-dsi/src/main/java/org/jgrapht/sux4j/SuccinctUndirectedGraph.java L119,121 long cast
    jgrapht-core/src/main/java/org/jgrapht/alg/shortestpath/IntVertexDijkstraShortestPath.java L273
    gonmarfer2 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    b05a8b8 View commit details
    Browse the repository at this point in the history
  3. 2 minor bugs fixed

    jgrapht\jgrapht-core\src\main\java\org\jgrapht\traverse\ClosestFirstIterator.java -> L179
    jgrapht-unimi-dsi/src/main/java/org/jgrapht/webgraph/ImmutableDirectedBigGraphAdapter.java -> L136
    JaimeBorregoConde committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    27b4df4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from AISS-2021-L7-G02/jaime

    2 minor bugs fixed
    JaimeBorregoConde committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    da04bed View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Undone "bug" fix:

    => jgrapht-core/src/main/java/org/jgrapht/traverse/ClosestFirstIterator.java L179 deleted hasNext() line that wasn't being used for anything
    gonmarfer2 committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    bfd5d64 View commit details
    Browse the repository at this point in the history
  2. Changes in pom.xml:

    New lines to enable SonarCloud analysis. As a pull request, it may not be useful
    gonmarfer2 committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    4a6961f View commit details
    Browse the repository at this point in the history