MCPcopy Create free account
hub / github.com/bansh2eBreak/SpringVulnBoot-backend / setId

Method setId

src/main/java/icu/secnotes/pojo/User.java:13–15  ·  view source on GitHub ↗
(Integer id)

Source from the content-addressed store, hash-verified

11 }
12
13 public void setId(Integer id) {
14 this.id = id;
15 }
16
17 public String getUsername() {
18 return username;

Callers 15

changePasswordVulnMethod · 0.95
changePasswordSecMethod · 0.95
getUserByIdMethod · 0.95
getUserByUsernameMethod · 0.95
getUserByIdErrorMethod · 0.95
getUserSecByIdMethod · 0.95
getUserSecByUsernameMethod · 0.95
getUserByIdErrorMethod · 0.95
getUserSecByUsernameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected