blob: c15cdcdffe1f3faa7b82dbec46712d0afa955d25 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Page not found | CROSSMINER/Eclipse SCAVA Project</title>
<meta property="og:title" content="404 Page not found | CROSSMINER/Eclipse SCAVA Project" />
<meta name="twitter:title" content="404 Page not found | CROSSMINER/Eclipse SCAVA Project" />
<meta name="description" content="Developer-Centric Knowledge Mining from Large Open-Source Software Repositories.">
<meta property="og:description" content="Developer-Centric Knowledge Mining from Large Open-Source Software Repositories.">
<meta name="twitter:description" content="Developer-Centric Knowledge Mining from Large Open-Source Software Repositories.">
<meta name="author" content="CROSSMINER Project"/>
<link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
<meta property="og:image" content="https://eclipse.org/scava/images/SCAVA_Logo.svg" />
<meta name="twitter:image" content="https://eclipse.org/scava/images/SCAVA_Logo.svg" />
<meta name="twitter:card" content="summary" />
<meta property="og:url" content="https://eclipse.org/scava/404.html" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="CROSSMINER - Eclipse SCAVA" />
<meta name="generator" content="Hugo 0.59.1" />
<link rel="canonical" href="https://eclipse.org/scava/404.html" />
<link rel="stylesheet" href="https://eclipse.org/scava/css/styles.css">
<script>
var tableClasses = "table";
</script>
<link href="https://fonts.googleapis.com/css?family=Cabin:400,500,600,700&display=swap" rel="stylesheet">
</head>
<body>
<a class="sr-only" href="#content">Skip to main content</a>
<header class="header-wrapper header-default-bg-img" id="header-wrapper">
<div class="background-white">
<div class="container">
<div class="row" id="header-row">
<div class="col-sm-6 col-md-5" id="header-left">
<div class="wrapper-logo-default">
<a title="CROSSMINER - Eclipse SCAVA" href="https://eclipse.org/scava/">
<img width="130" class="logo-eclipse-default img-responsive hidden-xs margin-top-20" src="https://eclipse.org/scava/images/SCAVA_Logo.svg" alt="CROSSMINER - Eclipse SCAVA" />
</a>
</div>
</div>
<div class="col-sm-18 col-md-19 reset margin-top-25" id="main-menu-wrapper">
<div class="navbar yamm" id="main-menu">
<div class="navbar-collapse collapse reset float-right" id="navbar-main-menu">
<ul class="nav navbar-nav">
<li>
<a class="" href="#overview">
Overview
</a>
</li>
<li>
<a class="" href="#resources">
Resources
</a>
</li>
<li>
<a class="" href="https://projects.eclipse.org/projects/technology.scava">
PMI
</a>
</li>
</ul>
</div>
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-main-menu">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="wrapper-logo-mobile">
<a class="navbar-brand visible-xs" title="CROSSMINER - Eclipse SCAVA" href="https://eclipse.org/scava/">
<img width="140" class="logo-eclipse-default-mobile img-responsive margin-top-10" src="https://eclipse.org/scava/images/SCAVA_Logo.svg" alt="CROSSMINER - Eclipse SCAVA" />
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<section class="default-breadcrumbs hidden-print" id="breadcrumb">
<div class="container">
<h3 class="sr-only">Breadcrumbs</h3>
<div class="row">
<div class="col-sm-24">
<ol class="breadcrumb">
<li>
<a href="https://eclipse.org/scava/">Home</a>
</li>
<li class="active">
<a href="https://eclipse.org/scava/404.html">404 Page not found</a>
</li>
</ol>
</div>
</div>
</section>
<main>
<div class="container">
<div class="row">
<div class="col-md-18 padding-bottom-30">
<h1>404 Page not found</h1>
<main>
<div class="container">
<div class="row">
<div class="col-md-18 padding-bottom-30">
<h1>Page not found</h1>
<p>We're sorry, the page you requested cannot be found. Below are some links that may be useful.</p>
<ul>
<li><a href="//eclipse.org">Eclipse home</a></li>
<li><a href="//eclipse.org/projects/searchpage.php">Search</a> our site</li>
<li>Website <a href="//eclipse.org/legal/privacy.php">privacy policy</a> and <a href="//eclipse.org/legal/termsofuse.php">terms of use</a></li>
<li><a href="//eclipse.org/legal">Legal documents</a></li>
<li><a href="//eclipse.org/artwork/">Logos</a> and artwork</li>
<li><a href="//wiki.eclipse.org/index.php/Webmaster_FAQ">webmaster FAQ</a></li>
<li><a href="mailto:webmaster@eclipse.org">Email the webmaster</a></li>
</ul>
<br><br>
</div>
<div class="col-md-18">
<div class="sideitem">
<h6>Useful links</h6>
<ul>
<li><a href="//archive.eclipse.org">Eclipse project archives</a></li>
<li><a href="//download.eclipse.org/eclipse/downloads">Eclipse project downloads</a></li>
</ul>
</div>
</div>
</div>
</div>
</main>
</div>
<div class="col-md-6 padding-bottom-30">
</div>
</div>
</div>
</main>
<div class="featured-footer featured-alternate" id="featured-footer">
<div class="container">
<div class="row">
<div class="col-sm-24">
</div>
</div>
</div>
</div>
<script>
var rawStoryJSON = "null";
var sort = null ;
var json = JSON.parse(rawStoryJSON);
json = json.filter(a => new Date(a['endDate']) > new Date())
.filter(a => a['type'] === "both" || a['type'] === "footer" );
if (json.length > 1) {
shuffleArray(json);
}
if (json.length > 0) {
var item = json[0];
var storyEl = document.querySelector("#featured-footer");
if (item['bgImgSrc'] !== undefined && item['bgImgSrc'] !== "") {
storyEl.style.backgroundImage = 'url(\'' + item['bgImgSrc'] + '\')';
storyEl.style.backgroundSize = 'cover';
}
if (item['footer_classes'] !== undefined && item['footer_classes'] !== "") {
storyEl.className = item['footer_classes'];
}
var headingEl = document.createElement('h2');
headingEl.innerHTML = item['title'];
var linkEl = document.createElement('span');
linkEl.innerHTML = item['link'];
var preambleEl, contentEl = null;
if (item['preamble'] != undefined && item['premble'] != "") {
preambleEl = document.createElement('p');
preambleEl.innerHTML = item['preamble'];
}
if (item['content'] != undefined && item['content'] != "") {
contentEl = document.createElement('p');
contentEl.innerHTML = item['content'];
}
var divEl = storyEl.querySelector(".row > div");
if (preambleEl != undefined) {
divEl.appendChild(preambleEl);
}
divEl.appendChild(headingEl);
if (contentEl != undefined) {
divEl.appendChild(contentEl);
}
divEl.appendChild(linkEl);
}
function shuffleArray(array) {
for (var i = array.length - 1; i > 0; i--) {
var j = Math.floor(Math.random() * (i + 1));
var temp = array[i];
array[i] = array[j];
array[j] = temp;
}
}
</script>
<p id="back-to-top">
<a class="visible-xs" href="#top">Back to the top</a>
</p>
<footer id="solstice-footer">
<div class="container">
<div class="row">
<section class="col-sm-6 hidden-print" id="footer-eclipse-foundation">
<h2 class="section-title">Eclipse Foundation</h2>
<ul class="nav">
<li><a href="https://www.eclipse.org/org/">About Us</a></li>
<li><a href="https://www.eclipse.org/org/foundation/contact.php">Contact Us</a></li>
<li><a href="https://www.eclipse.org/donate">Donate</a></li>
<li><a href="https://www.eclipse.org/org/documents/">Governance</a></li>
<li><a href="https://www.eclipse.org/artwork/">Logo and Artwork</a></li>
<li><a href="https://www.eclipse.org/org/foundation/directors.php">Board of Directors</a></li>
</ul>
</section>
<section class="col-sm-6 hidden-print" id="footer-legal">
<h2 class="section-title">Legal</h2>
<ul class="nav">
<li><a href="https://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
<li><a href="https://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
<li><a href="https://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
<li><a href="https://www.eclipse.org/legal/epl-2.0/">Eclipse Public License</a></li>
<li><a href="https://www.eclipse.org/legal/">Legal Resources </a></li>
</ul>
</section>
<section class="col-sm-6 hidden-print" id="footer-useful-links">
<h2 class="section-title">Useful Links</h2>
<ul class="nav">
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
<li><a href="//help.eclipse.org/">Documentation</a></li>
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
<li><a href="//marketplace.eclipse.org">Marketplace</a></li>
</ul>
</section>
<section class="col-sm-6 hidden-print" id="footer-other">
<h2 class="section-title">Other</h2>
<ul class="nav">
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
<li><a href="https://www.eclipse.org/projects">Community of Projects</a></li>
<li><a href="https://www.eclipse.org/org/workinggroups/">Working Groups</a></li>
<li><a href="https://www.eclipse.org/org/research/">Research@Eclipse</a></li>
<li><a href="https://www.eclipse.org/security/">Report a Vulnerability</a></li>
<li><a href="https://status.eclipse.org">Service Status</a></li>
</ul>
</section>
<div class="col-sm-24 margin-top-20">
<div class="row">
<div id="copyright" class="col-md-16">
<p id="copyright-text">Copyright &copy; Eclipse Foundation, Inc. All Rights Reserved.</p>
</div>
<div class="col-md-8 social-media">
<ul class="list-inline">
<li>
<a class="social-media-link fa-stack fa-lg" href="https://twitter.com/EclipseFdn">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x"></i>
</a>
</li>
<li>
<a class="social-media-link fa-stack fa-lg" href="https://www.facebook.com/eclipse.org">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x"></i>
</a>
</li>
<li>
<a class="social-media-link fa-stack fa-lg" href="https://www.youtube.com/user/EclipseFdn">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-youtube fa-stack-1x"></i>
</a>
</li>
<li>
<a class="social-media-link fa-stack fa-lg" href="https://www.linkedin.com/company/eclipse-foundation">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<a href="#" class="scrollup">Back to the top</a>
</div>
</div>
</footer>
<script src="https://eclipse.org/scava/js/solstice.js"></script>
<script src="https://eclipse.org/js/solstice.hugo.js"></script>
</body>
</html>