Environment:
Steps to reproduce:
- Have a
.cls class on the server
- Edit the class directly on the server (e.g. change a comment or method body)
- Pull/export the class to the local workspace
- Local file still contains the old content
Expected: Local file reflects the current server version.
Actual: Local file contains stale content — only storage definition appears to sync.
Workaround: Downgrading to the previous version resolves the issue.
Suspected cause: #1730 ("Synchronize only the storage definition when compiling *.cls documents")
Environment:
Steps to reproduce:
.clsclass on the serverExpected: Local file reflects the current server version.
Actual: Local file contains stale content — only storage definition appears to sync.
Workaround: Downgrading to the previous version resolves the issue.
Suspected cause: #1730 ("Synchronize only the storage definition when compiling *.cls documents")