-
Notifications
You must be signed in to change notification settings - Fork 6
[large]Feature/118 #133
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
Closed
Closed
[large]Feature/118 #133
Changes from 27 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
ecb64bd
#118 Adding Kotlin configuration
josdem 3e7a9ca
#118 Adding application context singleton test
josdem 9775bc2
#118 Making application context singleton test pass
josdem dcd5ee2
#118 Translating artwork helper test to kotlin
josdem e45c175
#118 Translating audio file helper test to kotlin
josdem 4606aa2
#118 Translating expoerter helper test to kotlin
josdem 819c4c5
#118 Translating expoerter helper test to kotlin
josdem b2b52e2
#118 Translating formatter helper test to kotlin
josdem 799c795
#118 Translating formatter helper test to kotlin
josdem 975e072
#118 improving test
josdem fcaf1b0
#118 Translating image exporter helper test to kotlin
josdem db44052
#118 Translating should export different images to Kotlin
josdem 60becac
#118 Translating should not export when no image to Kotlin
josdem c0053df
#118 Moving image service test to the right package
josdem eca5a22
#118 Translating lastFM album helper test to kotlin
josdem 78b7dc5
#118 Translating lastFM album helper missing test to kotlin
josdem f548092
#118 Translating lastFM authenticator test to kotlin
josdem 42e2f25
#118 Translating lastFM authenticator test to kotlin
josdem 8625e82
#118 Translating lastFM authenticator missing test to kotlin
josdem c8954d1
#118 Translating metadata adapter test to kotlin
josdem 1ff1d41
#118 Translating metadata adapter test to kotlin
josdem 6c9284b
#118 Translating metadata exproter test to kotlin
josdem e983fb1
#118 Translating metadata helper test to kotlin
josdem 77cc78f
#118 Translating reader helper test to kotlin
josdem 444adaf
#118 Translating scrobbler helper test to kotlin
josdem e83811d
#118 Translating scrobbler helper missing test to kotlin
josdem c77fa2b
#118 Updating version
josdem 50b333f
#118 Updating version
josdem a1dfa67
#118 Deleting public modifier
josdem File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 0 additions & 40 deletions
40
src/test/java/com/josdem/jmetadata/helper/ApplicationContextSingletonTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The method 'getFirst()' is not part of the standard java.util.List API; consider using 'get(0)' or another appropriate method to retrieve the first element.