iTrace-Dev / iTrace

Infrastructure supporting implicit eye tracking on software artifacts within the IDE and browser.
http://www.i-trace.org
2 stars 0 forks source link

investigate using srcML on the fly instead of the AST to map gaze to SCEs #93

Closed shbonita closed 5 years ago

shbonita commented 7 years ago

Instead of using the AST to get a hierarchy of source elements, this issue suggest we run srcML on the fly. This causes us to have a dependency on srcML library. This needs to be tested to determine if it is feasible and fast enough on the fly

check documentation at http://www.srcml.org/doc/java_srcML.html

shbonita commented 7 years ago

Waiting on the windows libsrcml build. This issue impacts #94

shbonita commented 5 years ago

@dtg3 @jmaletic should we move this to the iTrace-Core issues?

shbonita commented 5 years ago

At this point, we dont need this.