From 164a436b839b41076fbee2fa5663af39e6ff56fe Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 30 Oct 2017 12:40:46 +0100 Subject: Fix Overqualification in generated code See ICE-7856 --- cpp/src/Slice/JavaUtil.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpp/src/Slice/JavaUtil.h') diff --git a/cpp/src/Slice/JavaUtil.h b/cpp/src/Slice/JavaUtil.h index 2ae8f2ebd3d..efb0297ea7d 100644 --- a/cpp/src/Slice/JavaUtil.h +++ b/cpp/src/Slice/JavaUtil.h @@ -107,6 +107,7 @@ protected: // std::string getPackage(const ContainedPtr&) const; + std::string getAbsolute(const std::string&, const std::string&) const; // // Returns the Java name for a Contained entity. If the optional // package argument matches the entity's package name, then the @@ -273,6 +274,12 @@ protected: // std::string getPackage(const ContainedPtr&) const; + // + // Returns the Java type without a package if the package + // matches the current package + // + std::string getAbsolute(const std::string&, const std::string&) const; + // // Returns the Java name for a Contained entity. If the optional // package argument matches the entity's package name, then the -- cgit v1.2.3