Stack-Detective icon indicating copy to clipboard operation
Stack-Detective copied to clipboard

Stacktrace Clustering Library

==== Copyright (C) 2011 Johan Andren [email protected]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

====

Stack-Detective Is a stacktrace analysis library for java.

It contains classes for:

  • Parsing text stack traces into an custom stack trace model object graph
  • Formatting such an object graph to text or HTML with links etc.
  • Comparing two stacktraces to get a measure of how alike they are
  • Clustering multiple stacktraces