Skip to content

003. May 14 to May 18

aradu12 edited this page Jul 4, 2018 · 1 revision

Planned tasks for this week

  • task 1: clean up format of diff documentation ✔️

Progress

task 1

  • worked out a format to use and edited data accordingly

Open Problems

  • thinking more about eliminating false positives:

    • we can filter out doc files like README's, or even all non .java files
    • searching for 'fix' and 'bug' gives a lot of false positives -> might be helpful to filter out words like 'typo','NPE', etc. that are often attached to these
  • there is also potential for false negatives ex. a programmer misspelling one of the keywords we are looking for

    • best long-term solution would probably be to use an NLP-search rather than a keyword search

Things we discussed/agreed on

Next steps