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

Key: IDEABKL-1807
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Maxim Shafirov
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

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

OpenAPI request: access to project dependency rules.

Created: 07 Feb 05 19:57   Updated: 17 Oct 06 19:27
Component/s: Plugin Support. API
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
http://www.intellij.net/tracker/idea/viewSCR?publicId=34071
I'd like to be able to use the product dependency rules in an (as of yet embryonic) plugin. Doesn't have to be anything fancy, just something like

[code]
ProjectDependencyManager mgr = ProjectDependencyManager.getInstance(project);

if(mgr.dependencyViolatesRules(myDependentClass, myDependencyClass))
{
//do something
}
[/code]

No rush on this, it's likely to be Q4 before this plugin (BattleSpaces) is ready for primetime.

--Dave Griffith.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.