ConnectOut-sdp/sdp2023

View on GitHub
app/src/main/java/com/sdpteam/connectout/post/view/PostCreatorActivity.java

Summary

Maintainability
A
0 mins
Test Coverage
A
92%

Method onCreate has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_post_creator);

    There are no issues that match your filters.

    Category
    Status