| layout |
splash |
| header |
| overlay_color |
overlay_filter |
actions |
#000 |
0.5 |
|
| label |
url |
Read the manual |
|
|
|
|
| excerpt |
IssuePointer optimizes bug resolution in large projects by identifying similar past issues, guiding new developers via bug localization, and refining predictions based on feedback. |
| intro |
| excerpt |
Nullam suscipit et nam, tellus velit pellentesque at malesuada, enim eaque. Quis nulla, netus tempor in diam gravida tincidunt, *proin faucibus* voluptate felis id sollicitudin. Centered with `type="center"` |
|
|
| feature_row |
| image_path |
alt |
image_caption |
title |
excerpt |
/assets/gh_zoomed.png |
placeholder image 1 |
IssuePointer GitHub app |
Similar Issue Detection |
Provides developers with 10 most similar issues to the issue at hand. |
|
| image_path |
image_caption |
alt |
title |
excerpt |
/assets/vscode.png |
IssuePointer VSCode Extension |
placeholder image 2 |
Bug Localization |
Give developers a starting point for debugging the issues by suggesting suspected files. |
|
| image_path |
title |
excerpt |
/assets/analytics.png |
Analytics |
Provide insights on IssuePointer usage, and manage your repositories and developers. |
|
|
| feature_row2 |
| title |
excerpt |
Placeholder Image Left Aligned |
This is some sample content that goes here with **Markdown** formatting. Left aligned with `type="left"` |
|
|
| feature_row3 |
| image_path |
alt |
title |
excerpt |
url |
btn_label |
btn_class |
/assets/images/unsplash-gallery-image-2-th.jpg |
placeholder image 2 |
Placeholder Image Right Aligned |
This is some sample content that goes here with **Markdown** formatting. Right aligned with `type="right"` |
#test-link |
Read More |
btn--primary |
|
|
| feature_row4 |
| image_path |
alt |
title |
excerpt |
url |
btn_label |
btn_class |
/assets/images/unsplash-gallery-image-2-th.jpg |
placeholder image 2 |
Placeholder Image Center Aligned |
This is some sample content that goes here with **Markdown** formatting. Centered with `type="center"` |
#test-link |
Read More |
btn--primary |
|
|
{% include feature_row %}
- Combines similar issue detection and bug localization into a coherent experience. IssuePointer helps developers tackling bugs and regressions in complex software projects by providing them points of comparison (similar issues) and a jumping point for debugging (file-level bug localization).
- Designed for on-premises deployment first. We provide companies using IssuePointer with a
company.issuepointer.com subdomain and container images of our software. Our customers are free to deploy IssuePointer on company premises or on existing cloud platforms. IssuePointer works wherever docker is available.
- Private and secure. IssuePointer doesn't rely on external LLMs, so your data never leaves your company servers. All communication between the model and GitHub is encrypted by keys provided by the customer, ensuring that neither third parties nor the IssuePointer team can read their data without consent.
- Seamless integration with existing tools. IssuePointer integrates with GitHub and Visual Studio Code so that the developers don't have to learn how to navigate yet another user interface. The UI elements of our VSCode extension can be customized to the individual developer's liking.
The scope of the project is to aid developers in resolving bug reports by finding similar issues and pointing the developers towards possible solutions. This project scans the source code and extract data from bug reports to find similar issues in the past if they exist, find code segments that are suspected to introduce the problem in a given bug report, and possibly suggest solutions based on past issues and their solutions. The project will be implemented as an extension for the Visual Studio Code IDE and GitHub issues.