
.scala-fortify_3.6.2.1.1.4.source-code.Constants.scala Maven / Gradle / Ivy
/*
* Copyright © 2016-2024 Akka, Inc. All rights reserved.
* No information contained herein may be reproduced or transmitted in any form
* or by any means without the express written permission of Akka, Inc.
*/
package com.lightbend.tools.fortify.plugin
object Constants {
// it's not easy to test our handling of unknown trees, since no
// tree should ever be unknown to Translator, so how do we construct
// something intentionally unknown? so we use a special known-unknown
// sentinel string
val KnownUnknown = "special unique unknown string!"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy