Skip to content

Commit

Permalink
Remove reference to pure site
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaknbur committed Nov 29, 2023
1 parent 751fdf8 commit 0134934
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function meta::analytics::quality::model::domain::runChecksAsHtml(pkgs:Packageab
('<td>' + $bug.rule.description->makeString() + '</td>'),
('<td>' + $bug.detail.message->makeString() + '</td>'),
if($service
,|('<td><a href="http://pure.site.gs.com/showCode/' + $pe->elementToPath() + '">' + $peName + '</a></td>')
,|('<td><a>' + $pe->cast(@PackageableElement)->fullPackageName('::') + '</a></td>')
,|('<td>' + '<a href=\'#\' onclick=\'openFile(\"' + $bug.sourceInfo->toOne().source + '\",' + $bug.sourceInfo->toOne().startLine->toString() + ',' + $bug.sourceInfo->toOne().startColumn->toString() + ',false); return false;\'>'
+ $peName+ '</a>'+ '</td>')
),
Expand Down Expand Up @@ -314,7 +314,7 @@ function <<access.private>> meta::analytics::quality::model::domain::createRuleH
'<tr><td>'+$type +'</td><td>'+$r.severity->toString() + '</td><td>' + $r.category->toString() + '</td><td>' + $r.description +'</td>' +

if($service
,|('<td><a href="http://pure.site.gs.com/showCode/' + $pe->elementToPath() + '">' + $pe->cast(@PackageableElement)->fullPackageName('::') + '</a></td>')
,|('<td><a>' + $pe->cast(@PackageableElement)->fullPackageName('::') + '</a></td>')
,|('<td>' + '<a href=\'#\' onclick=\'openFile(\"' + $si.source + '\",' + $si.startLine->toString() + ',' + $si.startColumn->toString() + ',false); return false;\'>'
+ $pe->cast(@PackageableElement)->fullPackageName('::') + '</a>'+ '</td>')
);
Expand Down

0 comments on commit 0134934

Please sign in to comment.