Skip to content

Commit

Permalink
update TODO scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
jshook committed Oct 6, 2023
1 parent 0054ba3 commit b241d0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ local/**
metrics/**
bin/**
**/.idea
!.idea/scopes
!.idea/scopes/**
**/*.iml
**/target
**/.classpath
Expand Down
3 changes: 3 additions & 0 deletions .idea/scopes/project_Java_files.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public RelevancyMeasures addFunction(RelevancyFunction... f) {
for (RelevancyFunction function : f) {
this.functions.add(function);
function.prependLabels(this);
throw new RuntimeException("replace me after merge");
// TODO: metrics
// DoubleSummaryGauge gauge = ActivityMetrics.summaryGauge(function, function.getUniqueName());
// this.gauges.add(gauge);
}
Expand Down

0 comments on commit b241d0c

Please sign in to comment.