.scala-fortify_2.11.11.1.1.4.source-code.Constants.scala Maven / Gradle / Ivy
The newest version!
/*
* Copyright © 2016-2024 Lightbend, 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 Lightbend, 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