[Clirr-devel] [ clirr-Feature Requests-1710771 ] Clirr missing nested inner classes
Status: Alpha
Brought to you by:
lkuehne
From: SourceForge.net <no...@so...> - 2007-05-01 19:29:59
|
Feature Requests item #1710771, was opened at 2007-05-01 15:29 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590802&aid=1710771&group_id=89627 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nascif Abousalh Neto (nascif) Assigned to: Nobody/Anonymous (nobody) Summary: Clirr missing nested inner classes Initial Comment: I thought this was a problem with our build missing the inner classes but I verified that they are in the jar file. Could you please check if Clirr is dealing with doubly nested inner classes properly? Here is the error message: Unable to complete checks:Unable to locate enclosing class com.xyz.editor.LogListView$1 for nested class com.xyz.editor.LogListView$1$1 Here is the source code: LogListView.java private synchronized void updateHorizontalScrollbar() { // This method attempts to update the horizontal scroll bar by looking // at // the lines in the line cache and adjusting the scrollbar to be wide // enough // to show the longest one. if (mUpdateScrollbarTask != null) { // if we already have a task, then cancel it mUpdateScrollbarTask.cancel(); } // create a new task mUpdateScrollbarTask = new TimerTask() { public void run() { javax.swing.SwingUtilities.invokeLater(new Runnable() { public void run() { // calculate longest line and tell the editor pane to ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590802&aid=1710771&group_id=89627 |