Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new SLF4J_GET_STACK_TRACE detector (fixes #70) #72

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 5, 2019

  1. factor AbstractDetectorForParameterArray2 out of ManualMessageDetector

    so that in the next commit the upcoming ManualGetStackTraceDetector for
    a SLF4J_GET_STACK_TRACE (issue KengoTODA#70) does not have to copy/paste 3/4 of
    the ManualMessageDetector
    vorburger committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    cfa372b View commit details
    Browse the repository at this point in the history
  2. add new SLF4J_GET_STACK_TRACE detector (fixes KengoTODA#70)

    incl. adjustments for code review feedback
    
    * delete useless inline comment
    * add @Item.SpecialKind annotation
    * rename getIsOfInterestKind to getKindOfInterest
    * rename isGetStackTrace to getStackTraceKind
    * rename AbstractDetectorForParameterArray2 to AbstractExtendedDetectorForParameterArray
    vorburger committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    0841ad7 View commit details
    Browse the repository at this point in the history