Skip to content

Add RichWorkspaces support - #360

Merged
tobiasKaminsky merged 2 commits into
masterfrom
richWorkspace
Dec 19, 2019
Merged

Add RichWorkspaces support#360
tobiasKaminsky merged 2 commits into
masterfrom
richWorkspace

Conversation

@tobiasKaminsky

Copy link
Copy Markdown
Member

Needs #358

Signed-off-by: tobiasKaminsky tobias@kaminsky.me

@tobiasKaminsky
tobiasKaminskyforce-pushed the directEditing branch 5 times, most recently from fba5598 to 04cb1c1CompareDecember 10, 2019 09:29
@tobiasKaminsky
tobiasKaminskyforce-pushed the directEditing branch 2 times, most recently from b3ae955 to 6a639eaCompareDecember 16, 2019 11:48
@tobiasKaminsky
tobiasKaminsky changed the base branch from directEditing to masterDecember 17, 2019 11:10
@tobiasKaminsky
tobiasKaminskyforce-pushed the richWorkspace branch 2 times, most recently from 3d8dbd4 to f9922c3CompareDecember 17, 2019 11:12
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
@nextcloud-android-bot

Copy link
Copy Markdown
Collaborator

@nextcloud-android-bot

Copy link
Copy Markdown
Collaborator

Lint

TypemasterPR
Warnings00
Errors00

SpotBugs (new)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings39
Internationalization Warnings6
Malicious code vulnerability Warnings7
Multithreaded correctness Warnings3
Performance Warnings17
Security Warnings1
Dodgy code Warnings58
Total145

SpotBugs (master)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings39
Internationalization Warnings6
Malicious code vulnerability Warnings7
Multithreaded correctness Warnings3
Performance Warnings17
Security Warnings1
Dodgy code Warnings57
Total144

@nextcloud-android-bot

Copy link
Copy Markdown
Collaborator

Lint

TypemasterPR
Warnings00
Errors00

SpotBugs (new)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings39
Internationalization Warnings6
Malicious code vulnerability Warnings7
Multithreaded correctness Warnings3
Performance Warnings17
Security Warnings1
Dodgy code Warnings58
Total145

SpotBugs (master)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings39
Internationalization Warnings6
Malicious code vulnerability Warnings7
Multithreaded correctness Warnings3
Performance Warnings17
Security Warnings1
Dodgy code Warnings57
Total144

@codecov

codecovBot commented Dec 18, 2019

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (master@00df7ad). Click here to learn what that means.
The diff coverage is 74.28%.

@@ Coverage Diff @@## master #360 +/- ##
========================================
Coverage ? 34.3% ========================================
Files ? 133 Lines ? 5728 Branches ? 751 ========================================
Hits ? 1965 Misses ? 3487 Partials ? 276
Impacted FilesCoverage Δ
...android/lib/common/operations/RemoteOperation.java9.09% <ø> (ø)
...ncloud/android/lib/common/network/WebdavEntry.java72.9% <100%> (ø)
...lib/resources/files/ReadFolderRemoteOperation.java71.42% <100%> (ø)
...ncloud/android/lib/common/network/WebdavUtils.java58.24% <100%> (ø)
.../android/lib/resources/files/model/RemoteFile.java41.66% <50%> (ø)
...ace/RichWorkspaceDirectEditingRemoteOperation.java70.37% <70.37%> (ø)


private String path;

public RichWorkspaceDirectEditingRemoteOperation(String path) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could be created via lombok

AndyScherzinger
AndyScherzinger previously approved these changes Dec 18, 2019

@AndyScherzingerAndyScherzinger left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, just one minor comment

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
@nextcloud-android-bot

Copy link
Copy Markdown
Collaborator

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- src/androidTest/java/com/nextcloud/android/lib/richWorkspace/RichWorkspaceDirectEditingRemoteOperationTest.java 1- src/main/java/com/nextcloud/android/lib/richWorkspace/RichWorkspaceDirectEditingRemoteOperation.java 4
Clones added
============
- src/main/java/com/nextcloud/android/lib/richWorkspace/RichWorkspaceDirectEditingRemoteOperation.java 1

See the complete overview on Codacy

@nextcloud-android-bot

Copy link
Copy Markdown
Collaborator

Lint

TypemasterPR
Warnings00
Errors00

SpotBugs (new)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings39
Internationalization Warnings6
Malicious code vulnerability Warnings7
Multithreaded correctness Warnings3
Performance Warnings17
Security Warnings1
Dodgy code Warnings58
Total145

SpotBugs (master)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings39
Internationalization Warnings6
Malicious code vulnerability Warnings7
Multithreaded correctness Warnings3
Performance Warnings17
Security Warnings1
Dodgy code Warnings57
Total144

@tobiasKaminsky
tobiasKaminsky merged commit 05edb6f into masterDec 19, 2019
@delete-merged-branch
delete-merged-branchBot deleted the richWorkspace branch December 19, 2019 06:29
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@tobiasKaminsky@nextcloud-android-bot@AndyScherzinger