Home » Language IDEs » Java Development Tools (JDT) » [ANN] release 1.3 of the metrics plugin is out
[ANN] release 1.3 of the metrics plugin is out [message #57622] |
Sat, 14 June 2003 16:06  |
Eclipse User |
|
|
|
http://metrics.sourceforge.net
I just released version 1.3, with the following changes:
* Use JDBM instead of Prevayler, resulting in a dramatic reduction of memory
footprint for large projects,
* Customizable colors (I had no idea how important this can be in the
context of OSs color themes :-),
* Checked menu item in projects popup,
* Now properly renders and exports the default package as "(default
package)" instead of an empty string,
* various bugfixes and performance enhancements
Enjoy,
Frank
|
|
|
Re: [ANN] release 1.3 of the metrics plugin is out [message #58304 is a reply to message #57622] |
Mon, 16 June 2003 05:21   |
Eclipse User |
|
|
|
Originally posted by: joerg.von.frantzius.artnology.nospam.com
As a potential user (the plugin is still calculating the metrics for my
project), I'd like to give a first feature request. Several other people
have already been looking for something that indicates "use counts" of
packages, classes and public members. That would make it really easier
to clean up a project.
Mabe it's worth a separate plugin, but wouldn't it be nice to see those
"use counts" or a gaphical decorator for 0 uses of a package or class in
the the packages view?
Frank Sauer wrote:
>http://metrics.sourceforge.net
>
>I just released version 1.3, with the following changes:
>
>* Use JDBM instead of Prevayler, resulting in a dramatic reduction of memory
>footprint for large projects,
>* Customizable colors (I had no idea how important this can be in the
>context of OSs color themes :-),
>* Checked menu item in projects popup,
>* Now properly renders and exports the default package as "(default
>package)" instead of an empty string,
>* various bugfixes and performance enhancements
>
>Enjoy,
>
>Frank
>
>
>
>
>
|
|
|
Re: [ANN] release 1.3 of the metrics plugin is out [message #58869 is a reply to message #58304] |
Mon, 16 June 2003 18:21   |
Eclipse User |
|
|
|
At the package level that would be the afferent coupling metric already
provided.
In case of problematic (cyclic) package dependencies, the dependency graph
view can expand the detail to the class level.
Frank
"Joerg von Frantzius" <joerg.von.frantzius@artnology.nospam.com> wrote in
message news:bck20i$nef$1@rogue.oti.com...
> As a potential user (the plugin is still calculating the metrics for my
> project), I'd like to give a first feature request. Several other people
> have already been looking for something that indicates "use counts" of
> packages, classes and public members. That would make it really easier
> to clean up a project.
>
> Mabe it's worth a separate plugin, but wouldn't it be nice to see those
> "use counts" or a gaphical decorator for 0 uses of a package or class in
> the the packages view?
>
>
> Frank Sauer wrote:
>
> >http://metrics.sourceforge.net
> >
> >I just released version 1.3, with the following changes:
> >
> >* Use JDBM instead of Prevayler, resulting in a dramatic reduction of
memory
> >footprint for large projects,
> >* Customizable colors (I had no idea how important this can be in the
> >context of OSs color themes :-),
> >* Checked menu item in projects popup,
> >* Now properly renders and exports the default package as "(default
> >package)" instead of an empty string,
> >* various bugfixes and performance enhancements
> >
> >Enjoy,
> >
> >Frank
> >
> >
> >
> >
> >
>
|
|
|
Re: [ANN] release 1.3 of the metrics plugin is out [message #59139 is a reply to message #58304] |
Tue, 17 June 2003 09:23   |
Eclipse User |
|
|
|
Originally posted by: dcorbin.imperitek.com
This sounds like a find idea, but I'd want it to incorporate support for
fully qualified class path references from XML files as a usage.
Otherwise, many of the classes in Struts package might show up as 'un
referenced'.
David
Joerg von Frantzius wrote:
> As a potential user (the plugin is still calculating the metrics for my
> project), I'd like to give a first feature request. Several other people
> have already been looking for something that indicates "use counts" of
> packages, classes and public members. That would make it really easier
> to clean up a project.
>
> Mabe it's worth a separate plugin, but wouldn't it be nice to see those
> "use counts" or a gaphical decorator for 0 uses of a package or class in
> the the packages view?
>
>
> Frank Sauer wrote:
>
>> http://metrics.sourceforge.net
>>
>> I just released version 1.3, with the following changes:
>>
>> * Use JDBM instead of Prevayler, resulting in a dramatic reduction of
>> memory
>> footprint for large projects,
>> * Customizable colors (I had no idea how important this can be in the
>> context of OSs color themes :-),
>> * Checked menu item in projects popup,
>> * Now properly renders and exports the default package as "(default
>> package)" instead of an empty string,
>> * various bugfixes and performance enhancements
>>
>> Enjoy,
>>
>> Frank
>>
>>
>>
>>
>>
>
|
|
|
Re: [ANN] release 1.3 of the metrics plugin is out [message #59480 is a reply to message #57622] |
Tue, 17 June 2003 13:10   |
Eclipse User |
|
|
|
Originally posted by: bangham.neocera.com
I just installed this plug in and I think it's great! I'm not able to get
the dependency view to work though - it's blank. I select my root project,
then Window->Show View->Other...->Dependency Graph View, and a window comes
up but it's blank.
Any suggestions?
Thank you,
Mike.
"Frank Sauer" <sauerf@yahoo.com> wrote in message
news:bcfvjj$cqg$1@rogue.oti.com...
> http://metrics.sourceforge.net
>
> I just released version 1.3, with the following changes:
>
> * Use JDBM instead of Prevayler, resulting in a dramatic reduction of
memory
> footprint for large projects,
> * Customizable colors (I had no idea how important this can be in the
> context of OSs color themes :-),
> * Checked menu item in projects popup,
> * Now properly renders and exports the default package as "(default
> package)" instead of an empty string,
> * various bugfixes and performance enhancements
>
> Enjoy,
>
> Frank
>
>
>
|
|
| |
Re: [ANN] release 1.3 of the metrics plugin is out [message #59905 is a reply to message #59480] |
Tue, 17 June 2003 23:05   |
Eclipse User |
|
|
|
You need to start it from the other view's (with the tree table) toolbar.
I could not figure out how *not* to list the view in the view selection
dialog :-(
Frank
"Michael" <bangham@neocera.com> wrote in message
news:bcni89$puu$1@rogue.oti.com...
> I just installed this plug in and I think it's great! I'm not able to get
> the dependency view to work though - it's blank. I select my root
project,
> then Window->Show View->Other...->Dependency Graph View, and a window
comes
> up but it's blank.
>
> Any suggestions?
>
> Thank you,
> Mike.
>
> "Frank Sauer" <sauerf@yahoo.com> wrote in message
> news:bcfvjj$cqg$1@rogue.oti.com...
> > http://metrics.sourceforge.net
> >
> > I just released version 1.3, with the following changes:
> >
> > * Use JDBM instead of Prevayler, resulting in a dramatic reduction of
> memory
> > footprint for large projects,
> > * Customizable colors (I had no idea how important this can be in the
> > context of OSs color themes :-),
> > * Checked menu item in projects popup,
> > * Now properly renders and exports the default package as "(default
> > package)" instead of an empty string,
> > * various bugfixes and performance enhancements
> >
> > Enjoy,
> >
> > Frank
> >
> >
> >
>
>
|
|
|
Re: [ANN] release 1.3 of the metrics plugin is out [message #60350 is a reply to message #59905] |
Wed, 18 June 2003 09:22   |
Eclipse User |
|
|
|
Originally posted by: bangham.neocera.com
Thank you - that did it. This is a great tool, thank you.
Mike
"Frank Sauer" <sauerf@yahoo.com> wrote in message
news:bcol8l$mef$1@rogue.oti.com...
> You need to start it from the other view's (with the tree table) toolbar.
> I could not figure out how *not* to list the view in the view selection
> dialog :-(
>
> Frank
>
> "Michael" <bangham@neocera.com> wrote in message
> news:bcni89$puu$1@rogue.oti.com...
> > I just installed this plug in and I think it's great! I'm not able to
get
> > the dependency view to work though - it's blank. I select my root
> project,
> > then Window->Show View->Other...->Dependency Graph View, and a window
> comes
> > up but it's blank.
> >
> > Any suggestions?
> >
> > Thank you,
> > Mike.
> >
> > "Frank Sauer" <sauerf@yahoo.com> wrote in message
> > news:bcfvjj$cqg$1@rogue.oti.com...
> > > http://metrics.sourceforge.net
> > >
> > > I just released version 1.3, with the following changes:
> > >
> > > * Use JDBM instead of Prevayler, resulting in a dramatic reduction of
> > memory
> > > footprint for large projects,
> > > * Customizable colors (I had no idea how important this can be in the
> > > context of OSs color themes :-),
> > > * Checked menu item in projects popup,
> > > * Now properly renders and exports the default package as "(default
> > > package)" instead of an empty string,
> > > * various bugfixes and performance enhancements
> > >
> > > Enjoy,
> > >
> > > Frank
> > >
> > >
> > >
> >
> >
>
>
|
|
|
Re: [ANN] release 1.3 of the metrics plugin is out [message #60374 is a reply to message #59905] |
Wed, 18 June 2003 09:36   |
Eclipse User |
|
|
|
Originally posted by: ed.burnette.REMOVE.THIS.sas.com
Frank,
I don't know of a way to make it not show up in the views menu (not sure
that's a good idea really) but instead of a blank window, how about you
display a message there like the Hierarchy window does. In that view, if no
type is selected it says:
"To display the type hierarchy, select a type (for example in the outline
view or in ethe editor), and select the 'Open Type Hierarchy' menu option.
Alternatively, you can drag and drop an element (e.g. project, package,
type) onto this view."
I found the blank window confusing too so I think this would help.
Cheers,
--Ed
"Frank Sauer" <sauerf@yahoo.com> wrote in message
news:bcol8l$mef$1@rogue.oti.com...
> You need to start it from the other view's (with the tree table) toolbar.
> I could not figure out how *not* to list the view in the view selection
> dialog :-(
|
|
|
Re: [ANN] release 1.3 of the metrics plugin is out [message #60398 is a reply to message #60374] |
Wed, 18 June 2003 09:47   |
Eclipse User |
|
|
|
Hey,
I had the same problem when starting to use Frank's plugin. What a brilliant
solution Ed.
Best regards.
"Ed Burnette" <ed.burnette@REMOVE.THIS.sas.com> wrote in message
news:bcpptm$m4j$1@rogue.oti.com...
> Frank,
> I don't know of a way to make it not show up in the views menu (not sure
> that's a good idea really) but instead of a blank window, how about you
> display a message there like the Hierarchy window does. In that view, if
no
> type is selected it says:
>
> "To display the type hierarchy, select a type (for example in the outline
> view or in ethe editor), and select the 'Open Type Hierarchy' menu option.
> Alternatively, you can drag and drop an element (e.g. project, package,
> type) onto this view."
>
> I found the blank window confusing too so I think this would help.
> Cheers,
> --Ed
|
|
|
Re: [ANN] release 1.3 of the metrics plugin is out [message #61171 is a reply to message #60374] |
Wed, 18 June 2003 14:11  |
Eclipse User |
|
|
|
I like it!
Frank
"Ed Burnette" <ed.burnette@REMOVE.THIS.sas.com> wrote in message
news:bcpptm$m4j$1@rogue.oti.com...
> Frank,
> I don't know of a way to make it not show up in the views menu (not sure
> that's a good idea really) but instead of a blank window, how about you
> display a message there like the Hierarchy window does. In that view, if
no
> type is selected it says:
>
> "To display the type hierarchy, select a type (for example in the outline
> view or in ethe editor), and select the 'Open Type Hierarchy' menu option.
> Alternatively, you can drag and drop an element (e.g. project, package,
> type) onto this view."
>
> I found the blank window confusing too so I think this would help.
> Cheers,
> --Ed
>
> "Frank Sauer" <sauerf@yahoo.com> wrote in message
> news:bcol8l$mef$1@rogue.oti.com...
> > You need to start it from the other view's (with the tree table)
toolbar.
> > I could not figure out how *not* to list the view in the view selection
> > dialog :-(
>
>
>
|
|
|
Goto Forum:
Current Time: Thu May 01 14:18:11 EDT 2025
Powered by FUDForum. Page generated in 0.04465 seconds
|