exception_reporter
Exception analyzer
A tool to analyze C++ function call graphs and identify potential exceptions that may be thrown.
A tool to collect the exceptions that can reach a C++ function
22 stars
3 watching
0 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cezarypiatek/exceptionanalyzer | Analyzes C# code for exception usage best practices | 20 |
exceptionless/exceptionless.net | Provides real-time error reporting and crash detection for .NET applications | 560 |
kr1s77/abnormalities | Catches global exceptions and provides a callback mechanism to handle them | 5 |
ned14/outcome | Provides a lightweight alternative to C++ exception handling for reporting and handling function failures in C++ programs. | 714 |
bkoelman/csharpguidelinesanalyzer | A tool that analyzes C# code against predefined coding guidelines and reports diagnostics | 145 |
guilatrova/tryceratops | A tool to detect and prevent exception handling antipatterns in Python code | 432 |
rbrahul/exception | A utility package for exception handling with try-catch in Golang. | 31 |
jkkummerfeld/berkeley-parser-analyser | Classifies mistakes in parser output by categorizing errors into types such as missing, crossing, or extra tokens. | 41 |
throwtheswitch/cexception | An exception handling mechanism using setjmp/longjmp to handle errors in C programs | 326 |
sindresorhus/exceptioncatcher | Wraps an Objective-C exception handler to enable catching exceptions in Swift | 133 |
richard-cao/react-native-exceptions-manager | A React Native component that reports JavaScript crashes and exceptions to the developer. | 29 |
roma-guru/smart-exceptions | Automatically generates detailed error messages with AI-powered stacktraces | 3 |
prospector-dev/prospector | Analyzes Python code to identify errors, problems, and convention violations with optional customizable profiles. | 1,956 |
a7ul/react-native-exception-handler | A React Native module for handling global exceptions and crashes in mobile apps | 1,585 |
kowainik/eio | A library that tracks exceptions on the type level in Haskell's IO system | 58 |