pct icon indicating copy to clipboard operation
pct copied to clipboard

Build automation for OpenEdge ABL

Results 18 pct issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Since OE 12.5 it has been possible to mark OOABL properties as FINAL (to prevent them being overridden). When generating API documentation, using the ClassDocumentation task or...

If a class has members that have a type of Progress.Collections.IList , or return/consume such values, the XML file created by the ClassDocumentation does not write appropriate values. ````xml /**
...

Based on this [discussion](https://github.com/Riverside-Software/sonar-openedge/issues/950#issuecomment-1060734117), it should be possible to have a different name for XML XREF files. The alternate name should be controlled by a switch as there is a...

ABLDuck has many features that we'd like to use, but I can't find any info on how or whether to customise the HTML - things like custom javascript (tag managers),...

1. The PCTLoadData task uses the Data Administration default settings, which disable schema triggers - including replication triggers - when loading data. As a result, records loaded in this way...

# Description When compiling incrementally child classes which reference temp-tables defined in an include which was referenced by the parent class, the child class fails to compile. Fixes #455 ##...

**Describe the bug** When we modify an include file containing a temp-table, and then do an incremental compile, some classes that need to be recompiled are not. When we then...

Hi, When compiling classes with 1 thread, progPerc seems to be working. However, when compiling procedures with 4 threads, I'm not seeing progress percentages... Is that expected behavior? Thx, Lieven

enhancement

This is not directly a PCT problem, but is IMHO very interesting for PCT users. There are two place in PDSOE where r-code built by PDSOE seems to be needed:...

### Allow an annotation to be used to mark e method/property/class as deprecated Currently deprecatedis marked using comments but that format cannot be used by sonar-openedge, see https://github.com/Riverside-Software/sonar-openedge/issues/164 ### Actual...