Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] [eclipse-build]Build N20030710 (Timestamp: 200307100010):Compile errors in build

Watch out for these unreachable empty statements.

The compiler version used by releng is too strict, and this complaint
should only be issued when compiling in 1.4 mode (but the bug is that it
also complains in default 1.3 mode where it should simply ignore these -
see bug 39172). This defect has been addressed in the compiler since then,
and latest integration builds no longer exhibit this offending behavior;
explaining why you see a difference in between the build diagnosis and your
local diagnosis (if using a build >= 20030703).

In a very near feature, you may find these superfluous semicolons by
activating a new compiler warning (just released on JDT/Core side, soon
surfaced in UI).

----------
1. ERROR in
/builds/nightly/src/plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java

(at line 406)
          return (ITypeBinding[]) res.toArray(new ITypeBinding[res.size
()]);;

^
Unreachable code
----------
1 problem (1 error




|---------+----------------------------->
|         |           Sonia             |
|         |           Dimitrov/Ottawa/IB|
|         |           M@IBMCA           |
|         |           Sent by:          |
|         |           eclipse-dev-admin@|
|         |           eclipse.org       |
|         |                             |
|         |                             |
|         |           07/10/2003 06:42  |
|         |           AM                |
|         |           Please respond to |
|         |           eclipse-dev       |
|         |                             |
|---------+----------------------------->
  >----------------------------------------------------------------------------------------------------------------|
  |                                                                                                                |
  |       To:       eclipse-dev@xxxxxxxxxxx                                                                        |
  |       cc:                                                                                                      |
  |       Subject:  [eclipse-dev] [eclipse-build]Build N20030710 (Timestamp:  200307100010):Compile errors in build|
  |                                                                                                                |
  >----------------------------------------------------------------------------------------------------------------|




Build N20030710 (Timestamp: 200307100010):  Compile errors in build.  See
attached compile logs.



####
/builds/nightly/src/N-N20030710-200307100010/compilelogs/plugins/org.eclipse.debug.core_3.0.0/dtcore.jar.bin.log

has been removed from this note on July 10, 2003 by Philippe P Mulet
####
/builds/nightly/src/N-N20030710-200307100010/compilelogs/plugins/org.eclipse.jdt.ui_3.0.0/jdt.jar.bin.log

has been removed from this note on July 10, 2003 by Philippe P Mulet






Back to the top