Coder Social home page Coder Social logo

timgifford / fluorite-eclipse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yyoon/fluorite-eclipse

0.0 2.0 1.0 10.79 MB

Full of Low-level User Operations Recorded In The Editor: A low-level event capturing plug-in for Eclipse

Home Page: http://www.cs.cmu.edu/~fluorite/

Java 100.00%

fluorite-eclipse's Introduction

Fluorite Logger for Eclipse

How to Install

Using Eclipse Update Site

Update site URL: http://www.cs.cmu.edu/~NatProg/eclipse/updates/releases

Manual Download

Download the latest version of the jar file (under the Releases page) and put it in the 'plugins' directory under the Eclipse installation.

Description

Project main page: http://www.cs.cmu.edu/~fluorite/

Fluorite stands for 'Full of Low-level User Operations Recorded In The Editor'.

Fluorite captures not only the events and their IDs, but also includes more detailed information such as the inserted and deleted text and the specific parameters for each command. This enables the detection of many usage patterns that could otherwise not be recognized, such as "typo correction" that requires knowing that the entered text is immediately deleted and replaced. Moreover, the snapshots of each source code file that has been opened during the session can be completely reproduced using the collected information. We also provide analysis and visualization tools which report various statistics about usage patterns, and we provide the logs in an XML format so others can write their own analyzers. Fluorite can be used for not only evaluating existing tools, but also for discovering issues that motivate new tools.

fluorite-eclipse's People

Contributors

timander avatar timgifford avatar yyoon avatar

Watchers

 avatar  avatar

Forkers

timander

fluorite-eclipse's Issues

Fluorite logs invalid xml when TestCase name contain double quotes

A cucumber-jvm step with parameters create a test name with double quotes around the parameter value. Example - Scenario: Login.Given authenticated as "superuser"

Actual:

        <TestSuite succeeded="false" name="Feature: Security">
          <TestSuite succeeded="false" name="Scenario: Login">
            <TestCase succeeded="false" name="Scenario: Login.Given authenticated as "superuser"" />
          </TestSuite>
        </TestSuite>

Expected:

        <TestSuite succeeded="false" name="Feature: Security">
          <TestSuite succeeded="false" name="Scenario: Login">
            <TestCase succeeded="false" name="Scenario: Login.Given authenticated as &quot;superuser&quot;" />
          </TestSuite>
        </TestSuite>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.