Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

We can't guarantee that your code can be compiled (source compatibility) or linked (binary compatibility) with new version of SSLR and will behave (behavioral compatibility) exactly as before upgrade in following situations:

  • You use internal classes or interfaces, i.e. those that are located under package "org.sonar.sslr.internal".
  • You create instances or subclasses of classes, which are not intended for this. Such classes are marked with help of Javadoc: "This class is not intended to be instantiated or sub-classed by clients".
  • You implement interfaces, which are not intended for this. Such interfaces are marked with help of Javadoc: "This interface is not intended to be implemented by clients".
Labels
  • None