This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
caba5425
Commit
caba5425
authored
4 years ago
by
Daniel Rainer
Browse files
Options
Downloads
Patches
Plain Diff
Fix SearchResultsDTO.toString
parent
179cd3fc
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!17
Initial Merge to Prepare Release 1.0.0
,
!2
Add gitlab metadata
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/at/ac/uibk/gitsearch/service/dto/SearchResultsDTO.java
+5
-5
5 additions, 5 deletions
...va/at/ac/uibk/gitsearch/service/dto/SearchResultsDTO.java
with
5 additions
and
5 deletions
src/main/java/at/ac/uibk/gitsearch/service/dto/SearchResultsDTO.java
+
5
−
5
View file @
caba5425
...
...
@@ -146,7 +146,7 @@ public class SearchResultsDTO {
// default constructor
}
private
String
metadataVersion
;
// just for YAML testdata reader
private
String
metadataVersion
;
// just for YAML test
data reader
private
String
title
;
private
String
identifier
;
private
String
version
;
...
...
@@ -444,14 +444,14 @@ public class SearchResultsDTO {
@Override
public
String
toString
()
{
return
"SearchResultDTO [audience="
+
audience
+
", collectionContent="
+
collectionContent
return
"SearchResultDTO [audience="
+
audience
+
", collectionContent="
+
Arrays
.
toString
(
collectionContent
)
+
", contributor="
+
Arrays
.
toString
(
contributor
)
+
", creator="
+
Arrays
.
toString
(
creator
)
+
", deprecated="
+
deprecated
+
", description="
+
description
+
", difficulty="
+
difficulty
+
", educationLevel="
+
educationLevel
+
", format="
+
format
+
", gitURL="
+
gitURL
+
", educationLevel="
+
educationLevel
+
", format="
+
Arrays
.
toString
(
format
)
+
", gitURL="
+
gitURL
+
", identifier="
+
identifier
+
", image="
+
image
+
", keyword="
+
Arrays
.
toString
(
keyword
)
+
", language="
+
Arrays
.
toString
(
language
)
+
", license="
+
license
+
", metadataVersion="
+
metadataVersion
+
", programmingLanguage="
+
Arrays
.
toString
(
programmingLanguage
)
+
", publisher="
+
Arrays
.
toString
(
publisher
)
+
", repositoryURL="
+
repositoryURL
+
", requires="
+
requires
+
Arrays
.
toString
(
publisher
)
+
", repositoryURL="
+
repositoryURL
+
", requires="
+
Arrays
.
toString
(
requires
)
+
", source="
+
Arrays
.
toString
(
source
)
+
", status="
+
status
+
", structure="
+
structure
+
", timeRequired="
+
timeRequired
+
", title="
+
title
+
", type="
+
type
+
", version="
+
version
+
"]"
;
...
...
@@ -643,7 +643,7 @@ public class SearchResultsDTO {
/**
* returns the number of all hits.
*
*
* @return
*/
public
long
getHitCount
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment