Community
Participate
Working Groups
Build Identifier: 20110917 Error message displayed in New EGL Handler wizard is not correct when a user input some invalid handler name. Note: There is the same issue in lots of other new part wizard, such as interface, program, etc. Reproducible: Always Steps to Reproduce: Steps to Reproduce: 1. New an EGL projet. 2. Right click the newly created project, then click new handler. 3. In the New EGL handler wizard, input "8" in Name field. Actual results: The error message shows "Found gl in 8.egl", which does not make sense for user.
Created attachment 203577 [details] screenshot
Hi Paul, Wizard for creating EGL file will use EGLNameValidator to validate if this file name is correct or not. And also if there is error with a file name, the error message will be provided by EGLNameValidator which located in org.eclipse.edt.compiler/internal/core/validation/name/EGLNameValidator. So I change the owner to you. By the way, this defect also exist in RBD.
Fixed with commit 5ef582a5aaa66ee0918688d0f6bb478eeb1cedde.