File tree 1 file changed +12
-1
lines changed
bundles/com.e1c.ssl.bsl/src/com/e1c/ssl/bsl/check
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 39
39
import com .e1c .g5 .v8 .dt .check .settings .IssueType ;
40
40
import com .google .inject .Inject ;
41
41
42
+ /**
43
+ * Check the function Users.RolesAvailable. First param must contains exist roles.
44
+ * @author Vadim Goncharov
45
+ */
42
46
public class UsersRolesAvailableRolesExistCheck
43
47
extends BasicCheck
44
48
{
45
49
46
- private static final String CHECK_ID = "users-roles-available-role-exist" ;
50
+ private static final String CHECK_ID = "users-roles-available-role-exist" ; //$NON-NLS-1$
47
51
48
52
private static final String COMMONMODULE_USERS_NAME = "Users" ; //$NON-NLS-1$
49
53
@@ -59,6 +63,13 @@ public class UsersRolesAvailableRolesExistCheck
59
63
60
64
private final IScopeProvider scopeProvider ;
61
65
66
+ /**
67
+ * Instantiates a new users roles available roles exist check.
68
+ *
69
+ * @param scopeProvider the scope provider
70
+ * @param qualifiedNameConverter the qualified name converter
71
+ * @param topObjectFqnGenerator the top object fqn generator
72
+ */
62
73
@ Inject
63
74
public UsersRolesAvailableRolesExistCheck (IScopeProvider scopeProvider ,
64
75
IQualifiedNameConverter qualifiedNameConverter , ITopObjectFqnGenerator topObjectFqnGenerator )
You can’t perform that action at this time.
0 commit comments