eclipse-jdt

There are 6 repositories under eclipse-jdt topic.

  • thanhminhmr/JavaCIA

    Java Change Impact Analysis, a library that parse 2 consecutive versions of a Java project and produce some advices about where (not) to do regression testing on your program.

    Language:Java9301
  • Ericsson/oss-automatic-bug-assignment

    This repository contains the source code used in the experiments of the Master's Thesis "Tuning of machine learning algorithms for automatic bug assignment" (Daniel Artchounin), conducted on Eclipse JDT and Mozilla Firefox. In this Master's Thesis, a systematic four-step method to find some of the best configurations of several machine learning algorithms intending to solve the automatic bug assignment problem has been introduced. This method has been evaluated on 66 066 bug reports of Ericsson, 24 450 bug reports of Eclipse JDT and 30 358 bug reports of Mozilla Firefox.

    Language:Python3502
  • rivasjm/class_diagram

    An Eclipse plugin to automatically generate class diagrams from java projects, packages or java files

    Language:Java0001
  • mayankrastogi/java-instrumentor

    Instruments syntactically-correct Java source code to log variable updates at runtime.

    Language:Scala20
  • runeflobakk/broken-method-dispatch

    Code examples showing some esoteric use of types in Java, and that it may break method dispatch if compiler with Eclipse

    Language:Java10