Compiler dependencies
Is anyone else noticing that rebuild project is not picking up
everything. Clearing caches, etc did not help.
I made a bunch of changes that would require catching exceptions in
multiple classes. I performed the rebuild project to find them. Only
one came up. In the window, you can see that I am in another file and
it has an error also (actually the same error as the compiler caught for
another file.
Do I need to log this? In Jira or both?
--
Norris Shelton
Sun Certified Java Programmer
Attachment(s):
moz-screenshot-8.jpg
Please sign in to leave a comment.
AFAIK compilation doesn't proceed to next module if an error occured in
the current one.
Norris Shelton wrote:
--
Martin Fuhrer
Fuhrer Engineering AG
http://www.fuhrer.com
These are all within the same module, just different packages.
Norris Shelton
Sun Certified Java Programmer
Martin Fuhrer wrote:
>
>
>> Is anyone else noticing that rebuild project is not picking up
>> everything. Clearing caches, etc did not help.
>>
>> I made a bunch of changes that would require catching exceptions in
>> multiple classes. I performed the rebuild project to find them.
>> Only one came up. In the window, you can see that I am in another
>> file and it has an error also (actually the same error as the
>> compiler caught for another file.
>>
>>
>>
>> Do I need to log this? In Jira or both?
>>
>> --
>> Norris Shelton
>> Sun Certified Java Programmer
>>
>>
>
Then it only goes to compile module tests if module production code is compiled
succesfully.
>> AFAIK compilation doesn't proceed to next module if an error occured
>> in the current one.
>>
>> Norris Shelton wrote:
>>
>>> Is anyone else noticing that rebuild project is not picking up
>>> everything. Clearing caches, etc did not help.
>>>
>>> I made a bunch of changes that would require catching exceptions in
>>> multiple classes. I performed the rebuild project to find them.
>>> Only one came up. In the window, you can see that I am in another
>>> file and it has an error also (actually the same error as the
>>> compiler caught for another file.
>>>
>>> Do I need to log this? In Jira or both?
>>>
>>> --
>>> Norris Shelton
>>> Sun Certified Java Programmer