Skip to content

Labels

Labels

  • attribute-tracking

  • block-split

    Block has been split into two or more blocks
  • body-change

    Reasonable body changes were made, visual similarity exists
  • bug

    Something isn't working
  • catch-finally-identical

    The catch block and/or finally block are identical or very similar
  • changes-lost

    Lost changes upon regenerating oracle
  • complete-body-change

    Substantial body changes were made, little to no visual similarity
  • complete-expression-change

    Substantial expression changes were made, little to no visual similarity
  • dependencies

    Pull requests that update a dependency file
  • expression-change

    Reasonable expression changes were made, visual similarity exists
  • expression-extracted

    The expression was extracted to another method and replaced with a method call
  • expression-keyword-change

    The expression's keyword was changed
  • feature addition

    This is for all issues that add a new feature to the API
  • finally-block-added

    A finally block was added to the try-catch block
  • for-type-change

    For loop changes its type. Simple <-> Enhanced <-> Streams API
  • history-attached

    The correct expected changes from the oracle are appended to the issue
  • identical-comments

    Body has comments that are identical or very similar
  • incorrect-blame

    Related to FileTracker Blame
  • incorrect-mapping

    Code element is mapped to a wrong element
  • invert-condition-refactoring

    Invert Condition Refactoring - the expression was negated and bodies were swapped
  • java

    Pull requests that update java code
  • method-inlined

    The method was inlined but the history didn't continue with it
  • no-change-history

    No changes were found (including the introduction commit)
  • no-changes-made

    No changes to the code element were made in the commit
  • parameter-type-change

    The type of the parameter was changed