• Skip to content (access key 1)
  • Skip to search (access key 7)
FWF — Austrian Science Fund
  • Go to overview page Discover

    • Research Radar
      • Research Radar Archives 1974–1994
    • Discoveries
      • Emmanuelle Charpentier
      • Adrian Constantin
      • Monika Henzinger
      • Ferenc Krausz
      • Wolfgang Lutz
      • Walter Pohl
      • Christa Schleper
      • Elly Tanaka
      • Anton Zeilinger
    • Impact Stories
      • Verena Gassner
      • Wolfgang Lechner
      • Birgit Mitter
      • Oliver Spadiut
      • Georg Winter
    • scilog Magazine
    • Austrian Science Awards
      • FWF Wittgenstein Awards
      • FWF ASTRA Awards
      • FWF START Awards
      • Award Ceremony
    • excellent=austria
      • Clusters of Excellence
      • Emerging Fields
    • In the Spotlight
      • 40 Years of Erwin Schrödinger Fellowships
      • Quantum Austria
    • Dialogs and Talks
      • think.beyond Summit
    • Knowledge Transfer Events
    • E-Book Library
  • Go to overview page Funding

    • Portfolio
      • excellent=austria
        • Clusters of Excellence
        • Emerging Fields
      • Projects
        • Principal Investigator Projects
        • Principal Investigator Projects International
        • Clinical Research
        • 1000 Ideas
        • Arts-Based Research
        • FWF Wittgenstein Award
      • Careers
        • ESPRIT
        • FWF ASTRA Awards
        • Erwin Schrödinger
        • doc.funds
        • doc.funds.connect
      • Collaborations
        • Specialized Research Groups
        • Special Research Areas
        • Research Groups
        • International – Multilateral Initiatives
        • #ConnectingMinds
      • Communication
        • Top Citizen Science
        • Science Communication
        • Book Publications
        • Digital Publications
        • Open-Access Block Grant
      • Subject-Specific Funding
        • AI Mission Austria
        • Belmont Forum
        • ERA-NET HERA
        • ERA-NET NORFACE
        • ERA-NET QuantERA
        • Alternative Methods to Animal Testing
        • European Partnership BE READY
        • European Partnership Biodiversa+
        • European Partnership BrainHealth
        • European Partnership ERA4Health
        • European Partnership ERDERA
        • European Partnership EUPAHW
        • European Partnership FutureFoodS
        • European Partnership OHAMR
        • European Partnership PerMed
        • European Partnership Water4All
        • Gottfried and Vera Weiss Award
        • LUKE – Ukraine
        • netidee SCIENCE
        • Herzfelder Foundation Projects
        • Quantum Austria
        • Rückenwind Funding Bonus
        • WE&ME Award
        • Zero Emissions Award
      • International Collaborations
        • Belgium/Flanders
        • Germany
        • France
        • Italy/South Tyrol
        • Japan
        • Korea
        • Luxembourg
        • Poland
        • Switzerland
        • Slovenia
        • Taiwan
        • Tyrol–South Tyrol–Trentino
        • Czech Republic
        • Hungary
    • Step by Step
      • Find Funding
      • Submitting Your Application
      • International Peer Review
      • Funding Decisions
      • Carrying out Your Project
      • Closing Your Project
      • Further Information
        • Integrity and Ethics
        • Inclusion
        • Applying from Abroad
        • Personnel Costs
        • PROFI
        • Final Project Reports
        • Final Project Report Survey
    • FAQ
      • Project Phase PROFI
      • Project Phase Ad Personam
      • Expiring Programs
        • Elise Richter and Elise Richter PEEK
        • FWF START Awards
  • Go to overview page About Us

    • Mission Statement
    • FWF Video
    • Values
    • Facts and Figures
    • Annual Report
    • What We Do
      • Research Funding
        • Matching Funds Initiative
      • International Collaborations
      • Studies and Publications
      • Equal Opportunities and Diversity
        • Objectives and Principles
        • Measures
        • Creating Awareness of Bias in the Review Process
        • Terms and Definitions
        • Your Career in Cutting-Edge Research
      • Open Science
        • Open-Access Policy
          • Open-Access Policy for Peer-Reviewed Publications
          • Open-Access Policy for Peer-Reviewed Book Publications
          • Open-Access Policy for Research Data
        • Research Data Management
        • Citizen Science
        • Open Science Infrastructures
        • Open Science Funding
      • Evaluations and Quality Assurance
      • Academic Integrity
      • Science Communication
      • Philanthropy
      • Sustainability
    • History
    • Legal Basis
    • Organization
      • Executive Bodies
        • Executive Board
        • Supervisory Board
        • Assembly of Delegates
        • Scientific Board
        • Juries
      • FWF Office
    • Jobs at FWF
  • Go to overview page News

    • News
    • Press
      • Logos
    • Calendar
      • Post an Event
      • FWF Informational Events
    • Job Openings
      • Enter Job Opening
    • Newsletter
  • Discovering
    what
    matters.

    FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

    SOCIAL MEDIA

    • LinkedIn, external URL, opens in a new window
    • , external URL, opens in a new window
    • Facebook, external URL, opens in a new window
    • Instagram, external URL, opens in a new window
    • YouTube, external URL, opens in a new window

    SCILOG

    • Scilog — The science magazine of the Austrian Science Fund (FWF)
  • elane login, external URL, opens in a new window
  • Scilog external URL, opens in a new window
  • de Wechsle zu Deutsch

  

Java Diagnosis Experiments (JADE)

Java Diagnosis Experiments (JADE)

Markus Stumptner (ORCID: )
  • Grant DOI 10.55776/P12344
  • Funding program Principal Investigator Projects
  • Status ended
  • Start June 1, 1998
  • End September 30, 2001
  • Funding amount € 95,347

Disciplines

Computer Sciences (100%)

Keywords

    Model-Based Reasoning Diagnosis Programm Debugging Java, Debugging, Diagnosis, Java, Model-Based Reasonin, Programm

Abstract Final report

Over the last years, model-based reasoning and model-based diagnosis have become part of the standard repertoire of Artificial Intelligence techniques. The model-based approach has, for a wide spectrum of application domains, provided a solid foundation for knowledge-based systems development, while avoiding the mixing of strategy and domain knowledge that tends to impede development and maintenance of traditional rule-based expert systems. However, while MBD has been applied successfully in many technical domains, one domain that so far has attracted little interest despite its undeniable potential is that of software debugging. Indeed, a strong research field has developed in the logic programming community based on mechanisms which are much less powerful than those procided by the model-based approach. Therefore, the application MBD techniques to the software arena is not only a topic of high significance, it also has been little covered by the scientific community. In a previous project, we have established the groundwork for the theory and practice of applying MBD to software debugging. The experience gained in the development of a model-based tool for supporting the debugging of the hardware specification language VHDL (which is a close relative of the programming language Ada) shows that similar concepts can be applied to functional and imperative programming languages. The project is intended to examine issues such as modeling, fault models and representation of background knowledge about system and programmers, measurement selection, and a number of other issues that have been identified as being relevant for future development of the approach. The Java language has been chosen as a vehicle for the project due to its relatively simple semantics, its ubiquity (if not now, then in the near future), and its imperative and object-oriented characteristics, which place it in the mainstream of programming language evolution over the next decade.

The JADE project dealt with the automatic localization of source code bugs in Java programs. This task was supported by extensive theoretical research activities, which provided the basis for numerous publications by the members of the project team. The practical outcome of the project is the JADE prototype debugging environment, which makes it possible to automatically limit the amount of suspect code in Java programs and in a second step unambiguously locate faults in an interactive and iterative debugging process. The approaches chosen within JADE scored satisfying results and turned out to be promising for future research activities. Report Faults in software systems not only stand for inconveniences for the user, but also result in a drastic increase of the total production costs. Therefore, the development of a tool, which automatically locates and possibly repairs such faults, is not only a technically challenging task, but includes an important economic and social relevance. Over the last three years the JADE project has been dealing with the application of model-based diagnosis techniques, which in the past have successfully been used to diagnose physical systems, to the software domain. The main goal was to provide a solid theoretical foundation for the location of bugs in computer programs and to develop a user-friendly and intuitive prototype debugger, which support its user in the localization of source code faults in Java programs. The theoretical activities of the JADE project mainly examined the general applicability of model-based diagnosis techniques to software debugging and related research directions within the field. Moreover, concrete methods and algorithms have been developed, which were prerequisites for the practical application of the chosen approaches and thus directly influenced the implementation tasks of the debugger prototype. These activities are documented by a master`s thesis, a PhD thesis, a professorial (habilitation) thesis, three journal publications and several articles and presentations at international conferences and workshops. The most notable outcome of the JADE project is the prototype debugging environment, which computes possible bug candidates for faulty Java programs. The system is fully functional and currently makes use of five different models of the analyzed Java program. The system`s diagnostic performance has been tested on several buggy Java programs and turned out to be promising. In all tests the parts of the programs including the faults could be reduced. Moreover, the faults could exactly be located in interactive debugging sessions. Empirically, the JADE system turned out to be superior to traditional diagnosis and debugging tools. Therefore, it seems promising to carry out further research activities in the project`s area and to combine the chosen approaches with existing software development techniques.

Research institution(s)
  • Technische Universität Wien - 100%
Project participants
  • Franz Wotawa, Technische Universität Graz , associated research partner

Discovering
what
matters.

Newsletter

FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

Contact

Austrian Science Fund (FWF)
Georg-Coch-Platz 2
(Entrance Wiesingerstraße 4)
1010 Vienna

office(at)fwf.ac.at
+43 1 505 67 40

General information

  • Job Openings
  • Jobs at FWF
  • Press
  • Philanthropy
  • scilog
  • FWF Office
  • Social Media Directory
  • LinkedIn, external URL, opens in a new window
  • , external URL, opens in a new window
  • Facebook, external URL, opens in a new window
  • Instagram, external URL, opens in a new window
  • YouTube, external URL, opens in a new window
  • Cookies
  • Whistleblowing/Complaints Management
  • Accessibility Statement
  • Data Protection
  • Acknowledgements
  • IFG-Form
  • Social Media Directory
  • © Österreichischer Wissenschaftsfonds FWF
© Österreichischer Wissenschaftsfonds FWF