Skip to content

Commit 083779d

Browse files
Merge pull request #136 from refactorfirst/fix-javadocs
Fixing JavaDoc & add sample report
2 parents 1ba9e6a + d887566 commit 083779d

File tree

2 files changed

+983
-3
lines changed

2 files changed

+983
-3
lines changed

dsm/src/main/java/org/hjug/dsm/DSM.java

-3
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,6 @@ void printDSM(Graph<String, DefaultWeightedEdge> graph, List<String> sortedActiv
245245

246246
/**
247247
* Captures the impact of the removal of each edge above the diagonal.
248-
*
249-
* @param limit the number of back edges to analyze
250-
* @return List<EdgeToRemoveInfo> Impact of each edge if removed.
251248
*/
252249
public List<EdgeToRemoveInfo> getImpactOfEdgesAboveDiagonalIfRemoved(int limit) {
253250
// get edges above diagonal for DSM graph

0 commit comments

Comments
 (0)