openfasttrace icon indicating copy to clipboard operation
openfasttrace copied to clipboard

Open source requirement tracing suite

Results 75 openfasttrace issues
Sort by recently updated
recently updated
newest added

`provides` tags in `module-info.java` files are required by ServiceLoader when using modules. See [ServiceLoader documentation](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/ServiceLoader.html) / section "Deploying service providers as modules".

bug

# Description HTML report of OFT does not start with summary. ## Steps to Reproduce 1. configure pom to use HTML output, see [usage](https://github.com/itsallcode/openfasttrace-maven-plugin#usage) 2. run ``mvn openfasttrace:trace --projects .``...

feature

Added XML namespace support for specobject format, added test cases and extended user guide as necessary to resolve #299.

feature

See discussion at https://github.com/itsallcode/openfasttrace/pull/298#discussion_r699438133

feature

**Is your feature request related to a problem? Please describe.** When investigating tracing errors it is sometimes hard to find the file containing the requirement or source code. **Describe the...

feature

# Description ``` [ERROR] Failures: [ERROR] TestOriginLinkFormatter.testFormatAbsoluteUnixPathWithSpecialCharacters:104->assertPathAndLineRenderedToSpan:59 Expected: "/fo o/bär/baz:12345678" but: was "/fo o/bär/baz:12345678" ``` ## Steps to Reproduce `mvn clean test` under macOS

bug

# Description When I run this command `java -jar "$tmp_file" trace -o html > report.html`, the report is green: ![Screenshot from 2021-11-12 10-57-43](https://user-images.githubusercontent.com/46891819/141449024-0844fe8a-628c-49e9-8dcb-4605ebdfaf5a.png) When I run this command `java -jar...

**Is your feature request related to a problem? Please describe.** We are using Markdown tables in our design spec, and they look ugly in the detail view. **Describe the solution...

feature

**Problem** The SpecObject XML input format has a restricted set of XML elements. Projects that use the format as a general format to exchange requirements want to extend the list...

feature