Eclipse can not find repository
Fixed
Eclipse can not find repository
Quick fix no longer work
Thanks for reporting the bug. NOTE: UCDetector development has slowed down.
Quick fix no longer work
https://ucdetector.sourceforge.net/update/content.xml An error has been encountered in accessing this page.
There is no need to access content.xml by a browser Please use Eclipse Marketplace to install UCDetector
https://ucdetector.sourceforge.net/update/content.xml An error has been encountered in accessing this page.
Hallo Philip, thanks for your detailed Bug Reports. I have no plans at the moment to do more UCDetector releases. Jörg
References to nested enum constants in switch statement are not counted when assessing for visibility
See above: Goto UCDetector settings: -> Ignore -> Code with annotations, to exclude lombok annotations.
Doesn't ignoring code with annotations make it practically useless with lombok? Most externally used fields will use @Getter and most classes will use some combination of @Data / @NoArgsConstructor / @CustomLog / etc. That's how it is in the existing codebase I'm working with anyway.
Found it! Thanks!
Use UCDetector Preferences: "Ignore -> Code with annotations" See: http://ucdetector.org/preferences.html
Detect CDI scopes as used code
Hi Wolffpack, you can deactivate "change visibility... to default" Warnings in UCDetector preferences Dialog: Tab "Keywords" -> Classes/Methods/Fields protected: Change to "Ignore" Note: UCDetector does not distinguish between protected and default visibility.
Stumbling onto this feature request, I'd also like to say that this would be great to have. I'm fixing some legacy code right now and there is just A LOT of markers, but these "change visibility... to default" are simply unwanted and make it hard for me to see the correct markers by UCDetector.
Ignore JAX-RS classes
Use UCDetector Preferences: "Ignore -> Code with annotations" See: http://ucdetector.org/preferences.html
Ignore JAX-RS classes
Icon of "Add TODO comment" proposal is broken
Bug is already fixed in SVN. TODO: Create release
Bug 82: Is already fixed
TODO bug 82: Fix TODO Icon
Icon of "Add TODO comment" proposal is broken
Icon of "Add TODO comment" proposal is broken
No the feature is not available. Workarround: If UCDetector suggests default visibility, simply start the declaration with "protected"
Resorting to default access is a code smell in OO, something recognised by most static anlysis tools. Access qualifies should allways be explicity specified by convention. The OP is correct that default access should not be present in Java language and should never be used in production quality code. Using protected instead of public would make things misleading in many cases. Clarity trumps bevity. Take the following code, the only access qualifies that make sense are public or private. public static...
If this rule cannot be fixed, it should be disabled or removed, it just creates noise in the results which seriously devalue this tools usefulness.
If there are no plans to fix this defect, then this rule should be disabled.
No the feature is not available. Workarround: If UCDetector suggests default visibility, simply replace "public" by "protected".
I share Lovelace's point. Is this featuree available now ? Couldn't see it.
Eclipse installation failure - invalid repository error
Yes, the temporary Sourceforge Problem ist fixed. See https://twitter.com/sfnet_ops/status/965055907557269504 Bug closed
OK, so this is more of a transient SF thing than a bug. Thanks for clarifying - in which case this should be closed as "not a bug".
Same problem here, if you open the repo URL in your browser you will see why: "Project web is currently offline pending the final migration of its data to our new datacenter." Question is, how long this migration will take...
Same problem here, if you open the repo URL in your browser you will see why: "Project web is currently offline pending the final migration of its data to our new datacenter."
Eclipse installation failure - invalid repository error
Removed shortcut Alt+Shift+U: Does not work
Updated headless
Improved help
Example: IHandler
Removed deprecated: -XX:MaxPermSize=256m
Enums are not correctly handled (included suggested fix)
Just testet with eclipse Neon.3 Release (4.6.3). Everything works fine. I think it...
new version
Developer Version
Fixed missing QuickFix icons
Wont-Fix: Development of UCDetector has slowed down. Please use QuickFix workarround:...
Wont-Fix: Development of UCDetector has slowed down. Please use QuickFix workarround:...
Auto-comment-out mode
Enums are not correctly handled (included suggested fix)
Auto-comment-out mode
Fixed Warning
Eclipse plugins
Check homepage
Make last jar default download
Removed Version
todo
UCDetector uses old deprecated action API (plugin.xml). Sorry it is broken. It is...
UCDetector uses old deprecated action API (plugin.xml). Sorry it is broken. It is...
Ignore ignores tests even when nothing is specified to ignore
It ist a "Java Problem" as you can see in your description above -> closed Bug
The Warning ist not a UCDetector Problem
Fixed in Release 2.0.0 from today
Bad icon file names
Fixed in Release 2.0.0 from today
Fixed in Release 2.0.0 from today
Eclise 4.2
Thanks!
Post
Release
Prepare Release
#49 Exclude in cycles javadoc references
Exclude in cycles javadoc references
Fixed in SVN
Fix #79 The image could not be loaded: info_tsk...
Remove @ See also Tooltip hint shown for the label
I'm creating a JAX-RS project, where the external interface should (obviously ?)...
Thanks Marc, this will be fixed in next release
Bad icon file names
Exclude in cycles javadoc references
Ignore ignores tests even when nothing is specified to ignore
Closed, as it seems to be a temporary problem