-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The properties at
scanoss.java/src/main/java/com/scanoss/dto/ScanFileDetails.java
Lines 42 to 44 in 8598c47
| private final String lines; | |
| @SerializedName("oss_lines") | |
| private final String ossLines; |
seem to support different string-based syntaxes for line ranges, or even lists of line ranges. What I've seen so far is e.g. "42" and "66-99", but apparently also something like "32-105,117-199,210-266,278-488,500-781,793-937,951-1051,1062-1081" can be returned by the API. Please document all of the above, plus anything else that is to be expected.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request