hi friends,
still got error while compile..i already compile 2 or 3 time already. problem still same.
error below is when i doing "make"
compilewebdav:
[javac] Compiling 364 source files to /usr/src/open-xchange-0.8.0-beta5/buil d
[javac] Issued 2 semantic warnings compiling "/usr/src/open-xchange-0.8.0-beta5/src/com/openexchange/thread/ComfireThread.java":
[javac] 795. int s = token.indexOf("\"")+1;
[javac] ^
[javac] *** Semantic Warning: Local "s" shadows a field of the same name in "com.openexchange.thread.ComfireThread".
[javac] 881. int s = token.indexOf("\"")+1;
[javac] ^
[javac] *** Semantic Warning: Local "s" shadows a field of the same name in "com.openexchange.thread.ComfireThread".
[javac] Issued 4 semantic warnings compiling "/usr/src/open-xchange-0.8.0-beta5/src/com/openexchange/server/OCLPermission.java":
[javac] 500. int fp = rs.getInt(6);
[javac] ^^
[javac] *** Semantic Warning: Local "fp" shadows a field of the same name in "com.openexchange.server.OCLPermission".
[javac] 501. int orp = rs.getInt(7);
[javac] ^-^
[javac] *** Semantic Warning: Local "orp" shadows a field of the same name in "com.openexchange.server.OCLPermission".
[javac] 502. int owp = rs.getInt(8);
[javac] ^-^
[javac] *** Semantic Warning: Local "owp" shadows a field of the same name in "com.openexchange.server.OCLPermission".
[javac] 503. int odp = rs.getInt(9);
[javac] ^-^
[javac] *** Semantic Warning: Local "odp" shadows a field of the same name in "com.openexchange.server.OCLPermission".
[javac] Issued 2 semantic warnings compiling "/usr/src/open-xchange-0.8.0-beta5/src/com/openexchange/tools/file/FileStorage.java":
[javac] 124. Set entries = scanForUnusedEntries();
[javac] ^-----^
[javac] *** Semantic Warning: Local "entries" shadows a field of the same name in "com.openexchange.tools.file.FileStorage".
[javac] 173. HashSet entries = new HashSet();
[javac] ^-----^
[javac] *** Semantic Warning: Local "entries" shadows a field of the same name in "com.openexchange.tools.file.FileStorage".
[javac] Issued 1 semantic warning compiling "/usr/src/open-xchange-0.8.0-beta5/src/com/openexchange/groupware/CalendarRecurringCollection.java":
[javac] 715. int days[] = new int[7];
[javac] ^--^
[javac] *** Semantic Warning: Local "days" shadows a field of the same name in "com.openexchange.groupware.CalendarRecurringColle ction".
thanks for help
still got error while compile..i already compile 2 or 3 time already. problem still same.
error below is when i doing "make"
compilewebdav:
[javac] Compiling 364 source files to /usr/src/open-xchange-0.8.0-beta5/buil d
[javac] Issued 2 semantic warnings compiling "/usr/src/open-xchange-0.8.0-beta5/src/com/openexchange/thread/ComfireThread.java":
[javac] 795. int s = token.indexOf("\"")+1;
[javac] ^
[javac] *** Semantic Warning: Local "s" shadows a field of the same name in "com.openexchange.thread.ComfireThread".
[javac] 881. int s = token.indexOf("\"")+1;
[javac] ^
[javac] *** Semantic Warning: Local "s" shadows a field of the same name in "com.openexchange.thread.ComfireThread".
[javac] Issued 4 semantic warnings compiling "/usr/src/open-xchange-0.8.0-beta5/src/com/openexchange/server/OCLPermission.java":
[javac] 500. int fp = rs.getInt(6);
[javac] ^^
[javac] *** Semantic Warning: Local "fp" shadows a field of the same name in "com.openexchange.server.OCLPermission".
[javac] 501. int orp = rs.getInt(7);
[javac] ^-^
[javac] *** Semantic Warning: Local "orp" shadows a field of the same name in "com.openexchange.server.OCLPermission".
[javac] 502. int owp = rs.getInt(8);
[javac] ^-^
[javac] *** Semantic Warning: Local "owp" shadows a field of the same name in "com.openexchange.server.OCLPermission".
[javac] 503. int odp = rs.getInt(9);
[javac] ^-^
[javac] *** Semantic Warning: Local "odp" shadows a field of the same name in "com.openexchange.server.OCLPermission".
[javac] Issued 2 semantic warnings compiling "/usr/src/open-xchange-0.8.0-beta5/src/com/openexchange/tools/file/FileStorage.java":
[javac] 124. Set entries = scanForUnusedEntries();
[javac] ^-----^
[javac] *** Semantic Warning: Local "entries" shadows a field of the same name in "com.openexchange.tools.file.FileStorage".
[javac] 173. HashSet entries = new HashSet();
[javac] ^-----^
[javac] *** Semantic Warning: Local "entries" shadows a field of the same name in "com.openexchange.tools.file.FileStorage".
[javac] Issued 1 semantic warning compiling "/usr/src/open-xchange-0.8.0-beta5/src/com/openexchange/groupware/CalendarRecurringCollection.java":
[javac] 715. int days[] = new int[7];
[javac] ^--^
[javac] *** Semantic Warning: Local "days" shadows a field of the same name in "com.openexchange.groupware.CalendarRecurringColle ction".
thanks for help
Comment