Bug 841370 - open declaration for projects wih external workspace
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / compiler / IProblem.java
index 5674266..d8be369 100644 (file)
@@ -367,6 +367,8 @@ public interface IProblem {
        int PHPParsingError = Syntax + Internal + 211;
        int PHPParsingWarning = Syntax + Internal + 212;
        int PHPVarDeprecatedWarning = Syntax + Internal + 213;
+       int PHPBadStyleKeywordWarning = Syntax + Internal + 214;
+       int PHPBadStyleUppercaseIdentifierWarning = Syntax + Internal + 215;
        
        int UnmatchedBracket = Syntax + Internal + 220;
        int NoFieldOnBaseType = FieldRelated + 221;