Kbase P128332: Check Syntax produces errors when MIN-SIZE r-code exists
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/01/2008 |
|
Status: Unverified
FACT(s) (Environment):
Windows 32 Intel
OpenEdge 10.1x
SYMPTOM(s):
Check Syntax produces errors when MIN-SIZE r-code exists
An internal error occurred during: "Compiling <filename>".
Stack Trace:
!ENTRY org.eclipse.core.jobs 4 2 2008-01-21 11:06:37.990
!MESSAGE An internal error occurred during: "Compiling logread.w".
!STACK 0
java.lang.NullPointerException
at com.openedge.pdt.text.builder.CompileJob.cleanIncludes(CompileJob.java:573)
at com.openedge.pdt.text.builder.CompileJob.setProblemMarkers2(CompileJob.java:445)
at com.openedge.pdt.text.builder.CompileJob.runInWorkspace(CompileJob.java:177)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
CAUSE:
When checking the syntax of a file in Architect an error may occur stating errors when compiling. This happens when the file already has associated r-code available that was compiled with the MIN-SIZE option.
FIX:
To workaround this issue simply remove the r-code or don't use the MIN-SIZE option when compiling.