Skip to content

Commit 3d8df46

Browse files
committed
1C-Company#103 Добавлены комментарии в модуль
1 parent 05db959 commit 3d8df46

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

bundles/com.e1c.ssl.bsl/src/com/e1c/ssl/bsl/check/UsersRolesAvailableRolesExistCheck.java

+12-1
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,15 @@
3939
import com.e1c.g5.v8.dt.check.settings.IssueType;
4040
import com.google.inject.Inject;
4141

42+
/**
43+
* Check the function Users.RolesAvailable. First param must contains exist roles.
44+
* @author Vadim Goncharov
45+
*/
4246
public class UsersRolesAvailableRolesExistCheck
4347
extends BasicCheck
4448
{
4549

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$
4751

4852
private static final String COMMONMODULE_USERS_NAME = "Users"; //$NON-NLS-1$
4953

@@ -59,6 +63,13 @@ public class UsersRolesAvailableRolesExistCheck
5963

6064
private final IScopeProvider scopeProvider;
6165

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+
*/
6273
@Inject
6374
public UsersRolesAvailableRolesExistCheck(IScopeProvider scopeProvider,
6475
IQualifiedNameConverter qualifiedNameConverter, ITopObjectFqnGenerator topObjectFqnGenerator)

0 commit comments

Comments
 (0)