Skip to content

Adding some classes for new secretsFindins list#89

Merged
samisalamiws merged 4 commits intomasterfrom
ADDING_SECRETS
Jan 24, 2023
Merged

Adding some classes for new secretsFindins list#89
samisalamiws merged 4 commits intomasterfrom
ADDING_SECRETS

Conversation

@dor-hayun
Copy link
Contributor

No description provided.

this.viaLanguageName = viaLanguageName;
}

public Collection<SecretFinding> getSecretFindings() {
Copy link
Contributor

Choose a reason for hiding this comment

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

add the setSecretFindings() method as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

import java.util.List;

public class Code {
private List<Line> lines;
Copy link
Contributor

Choose a reason for hiding this comment

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

add setters and getters for all fields

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done



public class Line {
private int number;
Copy link
Contributor

Choose a reason for hiding this comment

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

add setters and getters for all fields

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done


public class SecretFinding {

private int layerNumber;
Copy link
Contributor

Choose a reason for hiding this comment

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

add setters and getters for all fields

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@samisalamiws samisalamiws merged commit 8ee1429 into master Jan 24, 2023
@samisalamiws samisalamiws deleted the ADDING_SECRETS branch January 24, 2023 15:06
MuhammadAEws pushed a commit that referenced this pull request Feb 20, 2024
* Adding some classes for new secretsFindins list

* Adding set secretFindings

* fix set secretFindings

* Adding setters and getters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants