Re: svn commit: r1830949 - /openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/

2018-05-06 Thread Matthias Seidel
Hi Damjan,

I just built the latest SVN for Windows and saw a warning:

---
javadoc:
Generating Javadoc
Javadoc execution
Loading source files for package com.sun.star.comp.sdbc...
Constructing Javadoc information...
Creating destination directory:
"C:\Source\aoo\main\connectivity\wntmsci12.pro\doc\sdbc_jdbc\javadoc\"
Standard Doclet version 1.8.0_172
Building tree for all the packages and classes...
C:\Source\aoo\main\connectivity\java\sdbc_jdbc\src\com\sun\star\comp\sdbc\JavaSQLConnection.java:542:
warning: no @return
    public ConnectionLog getLogger() {
 ^
Building index for all the packages and classes...
Building index for all classes...
Generating
C:\Source\aoo\main\connectivity\wntmsci12.pro\doc\sdbc_jdbc\javadoc\help-doc.html...
1 warning
---

I don't know if this is really important... ;-)

Regards,

   Matthias


Am 05.05.2018 um 05:59 schrieb dam...@apache.org:
> Author: damjan
> Date: Sat May  5 03:59:10 2018
> New Revision: 1830949
>
> URL: http://svn.apache.org/viewvc?rev=1830949&view=rev
> Log:
> Move the PropertyValue helper methods to the tools class for now.
>
> Some "@Override" and "final" cleanups as per NetBeans.
>
> Patch by: me
>
>
> Modified:
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/BoundedInputStream.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ClassMap.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ContextClassLoaderScope.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JDBCDriver.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLArray.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLBlob.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLCallableStatement.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLClob.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLConnection.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLDatabaseMetaData.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLPreparedStatement.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLRef.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLResultSetMetaData.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLStatement.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLStatementBase.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ReaderInputStream.java
> 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/Tools.java
>
> Modified: 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/BoundedInputStream.java
> URL: 
> http://svn.apache.org/viewvc/openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/BoundedInputStream.java?rev=1830949&r1=1830948&r2=1830949&view=diff
> ==
> --- 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/BoundedInputStream.java
>  (original)
> +++ 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/BoundedInputStream.java
>  Sat May  5 03:59:10 2018
> @@ -24,7 +24,7 @@ import java.io.IOException;
>  import java.io.InputStream;
>  
>  public class BoundedInputStream extends InputStream {
> -private InputStream is;
> +private final InputStream is;
>  private long remaining;
>  
>  public BoundedInputStream(InputStream is, long max) {
>
> Modified: 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ClassMap.java
> URL: 
> http://svn.apache.org/viewvc/openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ClassMap.java?rev=1830949&r1=1830948&r2=1830949&view=diff
> ==
> --- 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ClassMap.java
>  (original)
> +++ 
> openoffice/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ClassMap.java
>  Sat May  5 03:59:10 2018
> @@ -59,8 +59,8 @@ import com.sun.star.util.XMacroExpander;
>   */
>  public class ClassMap {
>  public static class ClassLoaderAndClass {
> -private ClassLoader classLoader;
> -private Class classObject;
> +private final ClassLoader classLoader;
> +private final Class classObject;
>  
>  public ClassLoaderAndClass(ClassLoader classLoader

Re: 4.2.0 minor errors

2018-05-06 Thread Pedro Lino
Bump!


Just installed AOO420m1(Build:9800) - Rev. 1830998
2018-05-05_20:25:59 - Rev. 1831002

on Ubuntu 14.04 and the installation problem still occurs.


Should I open an entry in the tracker?


> On February 11, 2018 at 11:01 PM Mechtilde  mailto:o...@mechtilde.de > wrote:
> 
> 
> Hello,
> 
> this message commes also when you install via dpkg -i.
> 
> If you install openoffice-core01*.deb again, it works.
> 
> As dpkg as apt use the same internal database whera all installed files
> are saved.
> 
> Every time a file comes in anothere package now this message appears.
> 
> Regards
> 
> Mechtilde
> 
> Am 11.02.2018 um 23:05 schrieb Andrea Pescetti:
> 
> > > On 11/02/2018 Pedro Lino wrote:
> > 
> > > > > dpkg: error processing archive 
> > openoffice-core01_4.2.0-1_amd64.deb
> > > (--install):
> > > trying to overwrite 
> > > '/opt/openoffice4/program/gconfbe1.uno.so', which
> > > is also in package openoffice-gnome-integration 4.1.5-1
> > > Errors were encountered while processing:
> > > openoffice-core01_4.2.0-1_amd64.deb
> > > 
> > > > > What command line are you using? Are you installing all 
> > > packages
> > altogether? I mean, I would expect that all files in 
> > /opt/openoffice4/
> > are overwritten by files from the newer packages, and this is just
> > normal; but in your case it looks like there is a mismatch between 
> > the
> > old "owner" of that file (package openoffice-gnome-integration) and 
> > the
> > new candidate owner (openoffice-core01).
> > 
> > Assuming you are upgrading multiple deb packages with the same
> > command-line, what happens if you add openoffice-gnome-integration 
> > (from
> > the proper directory) to it?
> > 
> > Regards,
> >   Andrea.
> > 
> > 
> > -
> > To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache 
> > mailto:dev-unsubscribe@openoffice.apache .org
> > For additional commands, e-mail: dev-help@openoffice.apache 
> > mailto:dev-help@openoffice.apache .org
> > 
> > > --
> Mechtilde Stehmann
> ## Apache OpenOffice
> ## Freie Office Suite für Linux, MacOSX, Windows
> ## Debian Developer
> ## Loook, calender-exchange-provider, libreoffice-canzeley-client
> ## PGP encryption welcome
> ## F0E3 7F3D C87A 4998 2899 39E7 F287 7BBA 141A AD7F
>