Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for patch annotations #44

Closed
FreakyBytes opened this issue Jan 30, 2017 · 0 comments
Closed

add support for patch annotations #44

FreakyBytes opened this issue Jan 30, 2017 · 0 comments

Comments

@FreakyBytes
Copy link
Member

Trac Ticket #44

component: code
owner: martin
reporter: martin
created: 2015-10-02 09:41:46
milestone:
type: task
version:
keywords:

we need support for annotating the patches. probably using prov (http://www.w3.org/TR/prov-o/), pav (http://pav-ontology.github.io/pav/) and comodi (http://purl.org/net/comodi)

comment 1

time: 2015-10-04 18:56:07
author: martin

Updated _comment0 to 1443985198367743

comment 2

time: 2015-10-04 18:56:07
author: martin

in Patch.java: annotate every element as soon as its created

search for:

  • createNodeElement
  • createAttributeElement
  • createTextElement

add smth like this:

#!java
Element diffElement = createNodeElement (..)
delete.addContent (diffElement);
diffAnnotator.annotateDeletion (toDelete, diffElement, changeAnnotationFactory);

comment 3

time: 2015-11-08 17:23:18
author: Martin Scharm martin@binfalse.de

In None:


add diff annotation infrastructure [see #44]

comment 4

time: 2015-11-08 17:23:21
author: Martin Scharm martin@binfalse.de

In None:


update to latest jCOMODI version and prepare patch class [see #44]

comment 5

time: 2015-11-08 17:24:35
author: Martin Scharm martin@binfalse.de

In None:


first version with official support for annotaions [see #44, #45]

comment 6

time: 2015-11-08 17:24:59
author: Martin Scharm martin@binfalse.de

In None:


first release of annotation support [fixes #44]

comment 7

time: 2015-11-08 17:24:59
author: Martin Scharm martin@binfalse.de

Updated resolution to fixed

comment 8

time: 2015-11-08 17:24:59
author: Martin Scharm martin@binfalse.de

Updated status to closed

comment 9

time: 2015-11-08 17:25:06
author: Martin Scharm martin@binfalse.de

In None:


make annotaion infrastructure available for other modules [see #44]

comment 10

time: 2015-11-08 17:25:16
author: Martin Scharm martin@binfalse.de

In None:


add support for annotating patches in diff annotator [see #44]

comment 11

time: 2015-11-08 17:25:23
author: Martin Scharm martin@binfalse.de

In None:


dd support for annotating a path [see #44]

comment 12

time: 2016-03-11 22:29:05
author: Martin Scharm martin@binfalse.de

In None:


change default behaviour to not include annotations [see #44]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant