Code Monkey home page Code Monkey logo

wildfly-exceptions's People

Contributors

iref avatar

Watchers

 avatar  avatar

wildfly-exceptions's Issues

Debugger Exception Source

Implement exception source that uses JVM Debugger API to obtain thrown exceptions.

After source obtains new exception it dispatches it to registered listeners via ExceptionDispatcher.

Consider usage of Queue for asynchronous dispatching (might be better to implement asynchronous ExceptionDispatcher instead)

Blacklist filter

Add blacklist filter that ignores exceptions with given name (use wildcards)

Duplication finder

Implement duplication finder, that matches exceptions to tickets already stored in database. (Levenschtein distance algorithm?)

Exception classification

Write ExceptionReport classifier that clasifies reports into categories. (WEB, DATABASE, NETWORK, etc.)

Logging Exception Source

Create implementation of java.util.logging.Handler, that uses ExceptionDispatcher to warn listeners if exception was logged.

It should only log exception that are loggable by logger based on its level.

This class might be used as subhandler for AsyncHandler.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.