Issue 68004 - Build breaks in qadevOOo/runner/helper/PropertyHandlerImpl.java
Summary: Build breaks in qadevOOo/runner/helper/PropertyHandlerImpl.java
Status: CLOSED DUPLICATE of issue 67853
Alias: None
Product: QA
Classification: Unclassified
Component: testscripts (show other issues)
Version: 680m176
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: steffen.grund
QA Contact: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-31 17:19 UTC by kendy
Modified: 2006-08-01 14:02 UTC (History)
3 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description kendy 2006-07-31 17:19:35 UTC
The fix:

--- qadevOOo/runner/helper/PropertyHandlerImpl.java	14 Mar 2006 11:49:09 
-0000	1.2
+++ qadevOOo/runner/helper/PropertyHandlerImpl.java	31 Jul 2006 16:06:58 
-0000
@@ -122,12 +122,12 @@ public class PropertyHandlerImpl impleme
      *
      * @throws 
com.sun.star.lang.NullPointerException ::com::sun::star::lang::NullPointerException 
if ControlFactory is NULL .
      */
-    public void describePropertyLine(
+    public com.sun.star.inspection.LineDescriptor describePropertyLine(
             String PropertyName,
-            com.sun.star.inspection.LineDescriptor[] out_Descriptor,
             com.sun.star.inspection.XPropertyControlFactory ControlFactory)
             throws com.sun.star.beans.UnknownPropertyException,
             com.sun.star.lang.NullPointerException {
+        return null;
     }
     
     /**

The error:

/local/ooo-build/ooo-build/build/src680-m179/qadevOOo/runner/helper/PropertyHandlerImpl.java:45: 
error: Class ‘helper.PropertyHandlerImpl’ doesn't define the abstract method 
‘com.sun.star.inspection.LineDescriptor 
com.sun.star.inspection.XPropertyHandler.describePropertyLine(java.lang.String,com.sun.star.inspection.XPropertyControlFactory)’ 
from interface ‘com.sun.star.inspection.XPropertyHandler’. This method must be 
defined or class ‘helper.PropertyHandlerImpl’ must be declared abstract.
public class PropertyHandlerImpl implements XPropertyHandler{
                                                               ^
1 error

BUILD FAILED

Seems that some API has changed...
Comment 1 jogi 2006-08-01 05:44:55 UTC
-> CN is qaDevOOo; cc'ing Heiner from the RE and also SG if CN is unavailable.
Comment 2 steffen.grund 2006-08-01 13:23:24 UTC
reassign
Comment 3 steffen.grund 2006-08-01 13:58:16 UTC
Duplicate and already fixed.

*** This issue has been marked as a duplicate of 67853 ***
Comment 4 steffen.grund 2006-08-01 14:02:36 UTC
closed.