History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-4624
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Eugene Vigdorchik
Reporter: Gilles Philippart
Votes: 0
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Lib to module dependency issue

Created: 08 Feb 06 19:59   Updated: 17 Feb 06 10:34
Component/s: Code Analysis. Dependencies
Fix Version/s: 5.1.1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Zip Archive DependencyProblem.zip (12 kb)

Image Attachments:

1. dependencyproblem-5.0.2.png
(51 kb)

2. dependencyproblem-5.1.png
(49 kb)

Build: 4,155
Fixed in build: 5,136
Severity: Extreme


 Description  « Hide
I have attached an ipr reproducing this problem.

The A class in this project hasn't any highlight in 5.0.2, but has an highlighted error in 5.1 (4155)

See the screenshots :

in 5.0.2 :

in 5.1



 All   Comments   Work Log   Change History      Sort Order:
Eugene Vigdorchik - 09 Feb 06 19:47
We have never encouraged this kind of setup with library to source dependencies.
However for backward compatibility the problem will be fixed in 5.1.1

Gilles Philippart - 10 Feb 06 18:55
In fact, when dealing with very large application, this can happen quite often :
Our team is responsible for 2 components : ComponentA and ComponentB. (say about 500 classes each)
Our ComponentA uses our ComponentB (set up as 2 modules in Intellij with a A-> B dependency, and it works great)
And another team developping ComponentC uses ComponentB too. But we don't have access to their source repository directly, instead they "publish" a jar and the corresponding sources on a regular basis...

That's the kind of setup that I reproduced in the attached ipr and with only 1 class per component, but you get the picture...

Gilles


Venkat Sonnathi - 16 Feb 06 06:19
I agree with Giles. This is a case we are also running into. Please make this change permanent.

Regards,
--Venkat.


Henri Ropponen - 17 Feb 06 10:34
We have a similar case. I would like to add that this error also prevents one from using the "smart" functions like SHIFT + SPACE etc. and listing usages.

BR,
Henri