Skip to content

Commit

Permalink
Merge pull request #291 from apex-dev-tools/285-handle-v61-method-ove…
Browse files Browse the repository at this point in the history
…rride-changes

285 handle v61 method override changes
  • Loading branch information
pwrightcertinia authored Nov 28, 2024
2 parents ae03b79 + 46cc400 commit c6ce06e
Show file tree
Hide file tree
Showing 17 changed files with 635 additions and 1,477 deletions.
937 changes: 254 additions & 683 deletions js/npm/snapshots/system/SampleCheckSys.ts.snap

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions jvm/src/main/scala/com/nawforce/apexlink/api/ServerOps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ object ServerOps {
private var externalAnalysis = ExternalAnalysisConfiguration(RefreshAnalysis, Map())
private var currentParser: AvailableParser = ANTLRParser
private var indexerConfiguration = IndexerConfiguration(0, 0)
private var allowPrivateOverride = false

def isAutoFlushEnabled: Boolean = {
autoFlush
Expand Down Expand Up @@ -131,15 +130,4 @@ object ServerOps {
indexerConfiguration = config
old
}

def isPrivateOverrideAllowed: Boolean = {
allowPrivateOverride
}

def setAllowPrivateOverride(enable: Boolean): Boolean = {
val current = allowPrivateOverride
allowPrivateOverride = enable
current
}

}
Loading

0 comments on commit c6ce06e

Please sign in to comment.