This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 40245 - checkstyle 3.3 initialization error
Summary: checkstyle 3.3 initialization error
Status: RESOLVED INCOMPLETE
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: tasklist-issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-18 17:04 UTC by _ pkuzel
Modified: 2011-09-19 23:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ pkuzel 2004-02-18 17:04:12 UTC
It probably does not run on JDK 1.4 and requires
1.3 only:

org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException:
Class org.apache.commons.lgging.impl.Jdk14Logger
does not implement Log
        at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:532)
        at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272)
        at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:246)
        at
org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
        at
org.apache.commons.beanutils.ConvertUtils.<clinit>(ConvertUtils.java:318)
        at
com.puppycrawl.tools.checkstyle.api.AutomaticBean.initConverters(AutomaticBean.java:84)
        at
com.puppycrawl.tools.checkstyle.api.AutomaticBean.<clinit>(AutomaticBean.java:60)
        at
org.netbeans.modules.tasklist.checkstyle.ViolationProvider.callCheckstyle(ViolationProvider.java:188)
        at
org.netbeans.modules.tasklist.checkstyle.ViolationProvider.scan(ViolationProvider.java:147)
        at
org.netbeans.modules.tasklist.checkstyle.ViolationProvider.rescan(ViolationProvider.java:87)
        at
org.netbeans.modules.tasklist.suggestions.SuggestionManagerImpl.dispatchRescan(SuggestionManagerImpl.java:709)
        at
org.netbeans.modules.tasklist.suggestions.SuggestionsBroker$2.run(SuggestionsBroker.java:523)
        at org.openide.util.Task.run(Task.java:136)
        at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)