Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java Compile Bug - 'Cannot resolve symbol'





In XCode 2.2 The 'Cannot resolve symbol' error message doesn't give the name of the symbol it can't resolve. This is *incredibly* annoying and was not an issue in 2.1.

Don't suppose there's a way to fix this or an update in the pipeline?

There's always an update in the pipeline, but bugs only get fixed in it if somebody files a bug report with detailed information about the setup, a copy and paste of the error message in context. and steps to reproduce it.  Starting with...what  "Cannot resolve symbol" error message? During editing, compiling, linking, launching, debugging, etc.?  

Hi Chris,

I get the error when compiling.

It's very easy to reproduce. Just set up a new java project, I used the 'java tool' template. Adjust the code so there's an undefined symbol and compile (see below)

Is there a feedback page for XCode to submit bug reports?

===

//
//  dump.java
//  dump
//
//  Created by James Closs on 31/01/2006.
//  Copyright (c) 2006 __MyCompanyName__. All rights reserved.
//
import java.util.*;

public class dump {

    public static void main (String args[]) 
{
undefined_symbol = 0;
        // insert code here...
        System.out.println("Hello World!");
    }
}


====


James Closs, Director, bitBull Ltd


http://www.bitbull.com 


07771 991171


====


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden

References: 
 >Java Compile Bug - 'Cannot resolve symbol' (From: James Closs <email@hidden>)
 >Re: Java Compile Bug - 'Cannot resolve symbol' (From: Chris Espinosa <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.