Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-6291

Navigation to fields sometimes doesn't work in Groovy

    XMLWordPrintableJSON

Details

    Description

      When there is code like this:

      class Student {
          int StudentID;    
          String StudentName;            
      
          static void main(String[] args) {        
              Student st = new Student();        
              st.StudentID = 10;    
          }    
      }
      

      the `st.StudentId` doesn't navigate to the field decalations.

      Attachments

        Issue Links

          Activity

            People

              ppisl Petr Pisl
              Petricius Petr Pisl
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h