blob: 0b2a950091b739de663d1f5390a62109e3281d08 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*******************************************************************************/
package org.eclipse.ocl.xtext.oclinecore.validation;
import org.eclipse.ocl.xtext.oclinecore.validation.AbstractOCLinEcoreJavaValidator;
public class OCLinEcoreJavaValidator extends AbstractOCLinEcoreJavaValidator {
// @Check
// public void checkTypeNameStartsWithCapital(Type type) {
// if (!Character.isUpperCase(type.getName().charAt(0))) {
// warning("Name should start with a capital", MyDslPackage.TYPE__NAME);
// }
// }
}