From 9545893fa01cfda9cedafee605ca21bd43171dce Mon Sep 17 00:00:00 2001 From: Andrea Aime Date: Sun, 11 Jun 2006 13:50:31 +0000 Subject: [PATCH] Allow in package inference to have the same results as before... as much as I hate incompatible changes, having a inferdepinpackage that has to be negated is not the best course of action (none of the options is meant to be used in negated form so far) --- testdata/java/Inference.java | 1 + testdata/java/gr/spinellis/context/views/ViewContext.java | 1 + 2 files changed, 2 insertions(+) diff --git a/testdata/java/Inference.java b/testdata/java/Inference.java index 1eaf7cd..21cf0d9 100644 --- a/testdata/java/Inference.java +++ b/testdata/java/Inference.java @@ -7,6 +7,7 @@ import java.util.Map; /** * @opt inferassoc * @opt inferdep + * @opt inferdepinpackage * @opt attributes * @opt operations * @opt types diff --git a/testdata/java/gr/spinellis/context/views/ViewContext.java b/testdata/java/gr/spinellis/context/views/ViewContext.java index 8f9956a..8cc5f25 100644 --- a/testdata/java/gr/spinellis/context/views/ViewContext.java +++ b/testdata/java/gr/spinellis/context/views/ViewContext.java @@ -5,6 +5,7 @@ package gr.spinellis.context.views; * @opt hide * @opt inferrel * @opt inferdep + * @opt inferdepinpackage * * @match context gr.spinellis.context.classes.A * @opt !hide